Shades of Pale Leaf #CADDAE
Tints of Pale Leaf #CADDAE
RGB
CMYK
RGB Variations
Color information
#CADDAE (or 0xCADDAE) is known color: 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
RGB | 202 | 221 | 174 | - |
CMYK | 0.09 | 0 | 0.21 | 0.13 |
HSL | 84.26º | 0.41% | 0.77% | - |
HSV(B) | 84.26º | 0.21% | 0.87% | - |
XYZ | 57.85 | 67.33 | 49.99 | - |
YUV | 209.96 | 107.71 | 122.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 174 | 0.09 | 0 | 0.21 | 0.13 | 84.26 | 0.41 | 0.77 |
Hex | CA | DD | AE | 9 | 0 | 15 | D | 54 | 29 | 4D |
Octal | 312 | 335 | 256 | 11 | 0 | 25 | 15 | 124 | 51 | 115 |
Binary | 11001010 | 11011101 | 10101110 | 1001 | 0 | 10101 | 1101 | 1010100 | 101001 | 1001101 |
Color Harmonies of #CADDAE
Complementary color
Monochromatic Colors of #CADDAE
Black with #CADDAE
Text Example
Text Example
White with #CADDAE
Text Example
Text Example
HTML Codes & Css Web 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>