#CCDBAE

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

Shades of Pale Leaf #CCDBAE

Tints of Pale Leaf #CCDBAE

Color information

#CCDBAE (or 0xCCDBAE) is unknown color: approx Pale Leaf. HEX triplet: CC, DB and AE. RGB value is (204,219,174). Sum of RGB (Red+Green+Blue) = 204+219+174=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBAE is #332451. Grayscale: #D1D1D1. Windows color (decimal): -3351634 or 11459532. OLE color: 11459532.

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

Color convert

RGB204219174-
CMYK0.0700.210.14
HSL80º38.46%77.06%-
HSV(B)80º20.55%85.88%-
XYZ57.8766.5649.84-
YUV209.38108.03124.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=34.17%
G=36.68%
B=29.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191740.0700.210.148038.4677.06
HexCCDBAE7015E50264d
Octal31433325670251612046115
Binary110011001101101110101110111010101111010100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBAE; }

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

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

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

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

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

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

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

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