Html Css Color HEX #C2CEAB Pale Leaf

📋 copy color: '#C2CEAB'

red 194 ◦ green 206 ◦ blue 171

#C2CEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #C2CEAB

Tints of Pale Leaf #C2CEAB

RGB

 RED value IS 194 (76.17% from 255) = 33.98%

 GREEN value IS 206 (80.86% from 255) = 36.08%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 33.98%
G = 36.08%
B = 29.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C2CEAB (or 0xC2CEAB) is known color: Pale Leaf. HEX triplet: C2, CE and AB. RGB value is (194,206,171). Sum of RGB (Red+Green+Blue) = 194+206+171=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEAB is #3D3154. Grayscale: #C6C6C6. Windows color (decimal): -4010325 or 11259586. OLE color: 11259586.

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

Color convert

RGB 194 206 171 -
CMYK 0.06 0 0.17 0.19
HSL 80.57º 0.26% 0.74% -
HSV(B) 80.57º 0.17% 0.81% -
XYZ 51.67 58.55 47.11 -
YUV 198.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 194 206 171 0.06 0 0.17 0.19 80.57 0.26 0.74
Hex C2 CE AB 6 0 11 13 51 1A 4A
Octal 302 316 253 6 0 21 23 121 32 112
Binary 11000010 11001110 10101011 110 0 10001 10011 1010001 11010 1001010

Color Harmonies of #C2CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEAB

Black with #C2CEAB

Text Example


Text Example

White with #C2CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEAB; }

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

 H1.HeaderClassName
 {
   color: #C2CEAB;
 }
 .AnyTagClassName
 {
   color: #C2CEAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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