Html Css Color HEX #C7D1AA Pale Leaf

📋 copy color: '#C7D1AA'

red 199 ◦ green 209 ◦ blue 170

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

Shades of Pale Leaf #C7D1AA

Tints of Pale Leaf #C7D1AA

RGB

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

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

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

R = 34.43%
G = 36.16%
B = 29.41%

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

#C7D1AA (or 0xC7D1AA) is known color: Pale Leaf. HEX triplet: C7, D1 and AA. RGB value is (199,209,170). Sum of RGB (Red+Green+Blue) = 199+209+170=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D1AA is #382E55. Grayscale: #C9C9C9. Windows color (decimal): -3681878 or 11194823. OLE color: 11194823.

HSL color Cylindrical-coordinate representation of color #C7D1AA: hue angle of 75.38º 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 #C7D1AA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 209 170 -
CMYK 0.05 0 0.19 0.18
HSL 75.38º 0.3% 0.74% -
HSV(B) 75.38º 0.19% 0.82% -
XYZ 53.61 60.65 46.91 -
YUV 201.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 199 209 170 0.05 0 0.19 0.18 75.38 0.3 0.74
Hex C7 D1 AA 5 0 13 12 4B 1E 4A
Octal 307 321 252 5 0 23 22 113 36 112
Binary 11000111 11010001 10101010 101 0 10011 10010 1001011 11110 1001010

Color Harmonies of #C7D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D1AA

Black with #C7D1AA

Text Example


Text Example

White with #C7D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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