Html Css Color HEX #C9DBB3 Pale Leaf

📋 copy color: '#C9DBB3'

red 201 ◦ green 219 ◦ blue 179

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

Shades of Pale Leaf #C9DBB3

Tints of Pale Leaf #C9DBB3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 179 (70.31% from 255) = 29.88%

R = 33.56%
G = 36.56%
B = 29.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#C9DBB3 (or 0xC9DBB3) is known color: Pale Leaf. HEX triplet: C9, DB and B3. RGB value is (201,219,179). Sum of RGB (Red+Green+Blue) = 201+219+179=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBB3 is #36244C. Grayscale: #D1D1D1. Windows color (decimal): -3548237 or 11787209. OLE color: 11787209.

HSL color Cylindrical-coordinate representation of color #C9DBB3: hue angle of 87º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9DBB3 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 179 -
CMYK 0.08 0 0.18 0.14
HSL 87º 0.36% 0.78% -
HSV(B) 87º 0.18% 0.86% -
XYZ 57.56 66.34 52.42 -
YUV 209.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 201 219 179 0.08 0 0.18 0.14 87 0.36 0.78
Hex C9 DB B3 8 0 12 E 57 24 4E
Octal 311 333 263 10 0 22 16 127 44 116
Binary 11001001 11011011 10110011 1000 0 10010 1110 1010111 100100 1001110

Color Harmonies of #C9DBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBB3

Black with #C9DBB3

Text Example


Text Example

White with #C9DBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBB3; }

 p { color: rgb(201,219,179); }

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

background-color css

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

 a { background-color: rgb(201,219,179); }

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

border-color css

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

 span { border-color: rgb(201,219,179); }

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