Html Css Color HEX #C7D2AB Pale Leaf

📋 copy color: '#C7D2AB'

red 199 ◦ green 210 ◦ blue 171

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

Shades of Pale Leaf #C7D2AB

Tints of Pale Leaf #C7D2AB

RGB

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

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

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

R = 34.31%
G = 36.21%
B = 29.48%

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

#C7D2AB (or 0xC7D2AB) is known color: Pale Leaf. HEX triplet: C7, D2 and AB. RGB value is (199,210,171). Sum of RGB (Red+Green+Blue) = 199+210+171=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2AB is #382D54. Grayscale: #CACACA. Windows color (decimal): -3681621 or 11260615. OLE color: 11260615.

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

Color convert

RGB 199 210 171 -
CMYK 0.05 0 0.19 0.18
HSL 76.92º 0.3% 0.75% -
HSV(B) 76.92º 0.19% 0.82% -
XYZ 53.95 61.18 47.49 -
YUV 202.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 199 210 171 0.05 0 0.19 0.18 76.92 0.3 0.75
Hex C7 D2 AB 5 0 13 12 4D 1E 4B
Octal 307 322 253 5 0 23 22 115 36 113
Binary 11000111 11010010 10101011 101 0 10011 10010 1001101 11110 1001011

Color Harmonies of #C7D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2AB

Black with #C7D2AB

Text Example


Text Example

White with #C7D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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