#C2CEAF

Color #C2CEAF Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C2CEAF

Tints of Pale Leaf #C2CEAF

Color information

#C2CEAF (or 0xC2CEAF) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and AF. RGB value is (194,206,175). Sum of RGB (Red+Green+Blue) = 194+206+175=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAF is #3D3150. Grayscale: #C6C6C6. Windows color (decimal): -4010321 or 11521730. OLE color: 11521730.

HSL color Cylindrical-coordinate representation of color #C2CEAF: hue angle of 83.23º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CEAF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB194206175-
CMYK0.0600.150.19
HSL83.23º24.03%74.71%-
HSV(B)83.23º15.05%80.78%-
XYZ52.0658.7149.15-
YUV198.88114.52124.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=33.74%
G=35.83%
B=30.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061750.0600.150.1983.2324.0374.71
HexC2CEAF60F1353184b
Octal30231625760172312330113
Binary11000010110011101010111111001111100111010011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEAF; }

 p { color: rgb(194,206,175); }

 H1.HeaderClassName
 {
   color: #C2CEAF;
 }
 .AnyTagClassName
 {
   color: #C2CEAF;
 }
</style>
background-color css

<style>
 a { background-color: #C2CEAF; }

 a { background-color: rgb(194,206,175); }

 div.DivClassName
 {
   background-color: #C2CEAF;
 }
 .BgClassName
 {
   background-color: #C2CEAF;
 }
</style>
border-color css

<style>
 span { border-color: #C2CEAF; }

 span { border-color: rgb(194,206,175); }

 td.TdClassName
 {
   border-color: #C2CEAF;
 }
 .TagClassName
 {
   border-color: #C2CEAF;
 }
</style>