Html Css Color HEX #C9DAAF Pale Leaf

📋 copy color: '#C9DAAF'

red 201 ◦ green 218 ◦ blue 175

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

Shades of Pale Leaf #C9DAAF

Tints of Pale Leaf #C9DAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.46%

R = 33.84%
G = 36.7%
B = 29.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#C9DAAF (or 0xC9DAAF) is known color: Pale Leaf. HEX triplet: C9, DA and AF. RGB value is (201,218,175). Sum of RGB (Red+Green+Blue) = 201+218+175=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAAF is #362550. Grayscale: #D0D0D0. Windows color (decimal): -3548497 or 11524809. OLE color: 11524809.

HSL color Cylindrical-coordinate representation of color #C9DAAF: hue angle of 83.72º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DAAF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 175 -
CMYK 0.08 0 0.20 0.15
HSL 83.72º 0.37% 0.77% -
HSV(B) 83.72º 0.2% 0.85% -
XYZ 56.9 65.66 50.23 -
YUV 208.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 201 218 175 0.08 0 0.20 0.15 83.72 0.37 0.77
Hex C9 DA AF 8 0 14 F 54 25 4D
Octal 311 332 257 10 0 24 17 124 45 115
Binary 11001001 11011010 10101111 1000 0 10100 1111 1010100 100101 1001101

Color Harmonies of #C9DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAAF

Black with #C9DAAF

Text Example


Text Example

White with #C9DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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