Html Css Color HEX #C9DAB4 Pale Leaf

📋 copy color: '#C9DAB4'

red 201 ◦ green 218 ◦ blue 180

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

Shades of Pale Leaf #C9DAB4

Tints of Pale Leaf #C9DAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

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

R = 33.56%
G = 36.39%
B = 30.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#C9DAB4 (or 0xC9DAB4) is known color: Pale Leaf. HEX triplet: C9, DA and B4. RGB value is (201,218,180). Sum of RGB (Red+Green+Blue) = 201+218+180=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAB4 is #36254B. Grayscale: #D0D0D0. Windows color (decimal): -3548492 or 11852489. OLE color: 11852489.

HSL color Cylindrical-coordinate representation of color #C9DAB4: hue angle of 86.84º degrees, saturation: 0.34, 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 #C9DAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 180 -
CMYK 0.08 0 0.17 0.15
HSL 86.84º 0.34% 0.78% -
HSV(B) 86.84º 0.17% 0.85% -
XYZ 57.4 65.86 52.87 -
YUV 208.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 201 218 180 0.08 0 0.17 0.15 86.84 0.34 0.78
Hex C9 DA B4 8 0 11 F 57 22 4E
Octal 311 332 264 10 0 21 17 127 42 116
Binary 11001001 11011010 10110100 1000 0 10001 1111 1010111 100010 1001110

Color Harmonies of #C9DAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAB4

Black with #C9DAB4

Text Example


Text Example

White with #C9DAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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