#CADDAE

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

Shades of Pale Leaf #CADDAE

Tints of Pale Leaf #CADDAE

Color information

#CADDAE (or 0xCADDAE) is unknown color: approx Pale Leaf. HEX triplet: CA, DD and AE. RGB value is (202,221,174). Sum of RGB (Red+Green+Blue) = 202+221+174=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDAE is #352251. Grayscale: #D2D2D2. Windows color (decimal): -3482194 or 11460042. OLE color: 11460042.

HSL color Cylindrical-coordinate representation of color #CADDAE: hue angle of 84.26º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADDAE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB202221174-
CMYK0.0900.210.13
HSL84.26º40.87%77.45%-
HSV(B)84.26º21.27%86.67%-
XYZ57.8567.3349.99-
YUV209.96107.71122.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=33.84%
G=37.02%
B=29.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211740.0900.210.1384.2640.8777.45
HexCADDAE9015D54294d
Octal312335256110251512451115
Binary1100101011011101101011101001010101110110101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDAE; }

 p { color: rgb(202,221,174); }

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

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

 a { background-color: rgb(202,221,174); }

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

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

 span { border-color: rgb(202,221,174); }

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