Html Css Color HEX #C4D1AA Pale Leaf

📋 copy color: '#C4D1AA'

red 196 ◦ green 209 ◦ blue 170

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

Shades of Pale Leaf #C4D1AA

Tints of Pale Leaf #C4D1AA

RGB

 RED value IS 196 (76.95% from 255) = 34.09%

 GREEN value IS 209 (82.03% from 255) = 36.35%

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 34.09%
G = 36.35%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C4D1AA (or 0xC4D1AA) is known color: Pale Leaf. HEX triplet: C4, D1 and AA. RGB value is (196,209,170). Sum of RGB (Red+Green+Blue) = 196+209+170=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D1AA is #3B2E55. Grayscale: #C8C8C8. Windows color (decimal): -3878486 or 11194820. OLE color: 11194820.

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

Color convert

RGB 196 209 170 -
CMYK 0.06 0 0.19 0.18
HSL 80º 0.3% 0.74% -
HSV(B) 80º 0.19% 0.82% -
XYZ 52.82 60.24 46.87 -
YUV 200.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 196 209 170 0.06 0 0.19 0.18 80 0.3 0.74
Hex C4 D1 AA 6 0 13 12 50 1E 4A
Octal 304 321 252 6 0 23 22 120 36 112
Binary 11000100 11010001 10101010 110 0 10011 10010 1010000 11110 1001010

Color Harmonies of #C4D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1AA

Black with #C4D1AA

Text Example


Text Example

White with #C4D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1AA; }

 p { color: rgb(196,209,170); }

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

background-color css

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

 a { background-color: rgb(196,209,170); }

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

border-color css

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

 span { border-color: rgb(196,209,170); }

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