#CCDBA9

Color #CCDBA9 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #CCDBA9

Tints of Pale Leaf #CCDBA9

Color information

#CCDBA9 (or 0xCCDBA9) is unknown color: approx Pale Leaf. HEX triplet: CC, DB and A9. RGB value is (204,219,169). Sum of RGB (Red+Green+Blue) = 204+219+169=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA9 is #332456. Grayscale: #D0D0D0. Windows color (decimal): -3351639 or 11131852. OLE color: 11131852.

HSL color Cylindrical-coordinate representation of color #CCDBA9: hue angle of 78º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCDBA9 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB204219169-
CMYK0.0700.230.14
HSL78º40.98%76.08%-
HSV(B)78º22.83%85.88%-
XYZ57.3966.3647.32-
YUV208.81105.53124.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 169 (66.41% from 255) = 28.55%
R=34.46%
G=36.99%
B=28.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191690.0700.230.147840.9876.08
HexCCDBA97017E4e294c
Octal31433325170271611651114
Binary110011001101101110101001111010111111010011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA9; }

 p { color: rgb(204,219,169); }

 H1.HeaderClassName
 {
   color: #CCDBA9;
 }
 .AnyTagClassName
 {
   color: #CCDBA9;
 }
</style>
background-color css

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

 a { background-color: rgb(204,219,169); }

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

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

 span { border-color: rgb(204,219,169); }

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