Html Css Color HEX #C7D2AA Pale Leaf

📋 copy color: '#C7D2AA'

red 199 ◦ green 210 ◦ blue 170

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

Shades of Pale Leaf #C7D2AA

Tints of Pale Leaf #C7D2AA

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

 GREEN value IS 210 (82.42% from 255) = 36.27%

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

R = 34.37%
G = 36.27%
B = 29.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C7D2AA (or 0xC7D2AA) is known color: Pale Leaf. HEX triplet: C7, D2 and AA. RGB value is (199,210,170). Sum of RGB (Red+Green+Blue) = 199+210+170=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2AA is #382D55. Grayscale: #CACACA. Windows color (decimal): -3681622 or 11195079. OLE color: 11195079.

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

Color convert

RGB 199 210 170 -
CMYK 0.05 0 0.19 0.18
HSL 76.5º 0.31% 0.75% -
HSV(B) 76.5º 0.19% 0.82% -
XYZ 53.86 61.14 46.99 -
YUV 202.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 199 210 170 0.05 0 0.19 0.18 76.5 0.31 0.75
Hex C7 D2 AA 5 0 13 12 4C 1F 4B
Octal 307 322 252 5 0 23 22 114 37 113
Binary 11000111 11010010 10101010 101 0 10011 10010 1001100 11111 1001011

Color Harmonies of #C7D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2AA

Black with #C7D2AA

Text Example


Text Example

White with #C7D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2AA; }

 p { color: rgb(199,210,170); }

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

background-color css

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

 a { background-color: rgb(199,210,170); }

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

border-color css

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

 span { border-color: rgb(199,210,170); }

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