Html Css Color HEX #C4D4AA Pale Leaf

📋 copy color: '#C4D4AA'

red 196 ◦ green 212 ◦ blue 170

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

Shades of Pale Leaf #C4D4AA

Tints of Pale Leaf #C4D4AA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.68%

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

R = 33.91%
G = 36.68%
B = 29.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#C4D4AA (or 0xC4D4AA) is known color: Pale Leaf. HEX triplet: C4, D4 and AA. RGB value is (196,212,170). Sum of RGB (Red+Green+Blue) = 196+212+170=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D4AA is #3B2B55. Grayscale: #CACACA. Windows color (decimal): -3877718 or 11195588. OLE color: 11195588.

HSL color Cylindrical-coordinate representation of color #C4D4AA: hue angle of 82.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4D4AA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 212 170 -
CMYK 0.08 0 0.20 0.17
HSL 82.86º 0.33% 0.75% -
HSV(B) 82.86º 0.2% 0.83% -
XYZ 53.56 61.73 47.12 -
YUV 202.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 196 212 170 0.08 0 0.20 0.17 82.86 0.33 0.75
Hex C4 D4 AA 8 0 14 11 53 21 4B
Octal 304 324 252 10 0 24 21 123 41 113
Binary 11000100 11010100 10101010 1000 0 10100 10001 1010011 100001 1001011

Color Harmonies of #C4D4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D4AA

Black with #C4D4AA

Text Example


Text Example

White with #C4D4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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