Html Css Color HEX #C9D9B4 Pale Leaf

📋 copy color: '#C9D9B4'

red 201 ◦ green 217 ◦ blue 180

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

Shades of Pale Leaf #C9D9B4

Tints of Pale Leaf #C9D9B4

RGB

 RED value IS 201 (78.91% from 255) = 33.61%

 GREEN value IS 217 (85.16% from 255) = 36.29%

 BLUE value IS 180 (70.7% from 255) = 30.1%

R = 33.61%
G = 36.29%
B = 30.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#C9D9B4 (or 0xC9D9B4) is known color: Pale Leaf. HEX triplet: C9, D9 and B4. RGB value is (201,217,180). Sum of RGB (Red+Green+Blue) = 201+217+180=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9B4 is #36264B. Grayscale: #D0D0D0. Windows color (decimal): -3548748 or 11852233. OLE color: 11852233.

HSL color Cylindrical-coordinate representation of color #C9D9B4: hue angle of 85.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9D9B4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 217 180 -
CMYK 0.07 0 0.17 0.15
HSL 85.95º 0.33% 0.78% -
HSV(B) 85.95º 0.17% 0.85% -
XYZ 57.14 65.34 52.78 -
YUV 208 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 201 217 180 0.07 0 0.17 0.15 85.95 0.33 0.78
Hex C9 D9 B4 7 0 11 F 56 21 4E
Octal 311 331 264 7 0 21 17 126 41 116
Binary 11001001 11011001 10110100 111 0 10001 1111 1010110 100001 1001110

Color Harmonies of #C9D9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9B4

Black with #C9D9B4

Text Example


Text Example

White with #C9D9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9B4; }

 p { color: rgb(201,217,180); }

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

background-color css

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

 a { background-color: rgb(201,217,180); }

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

border-color css

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

 span { border-color: rgb(201,217,180); }

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