Shades of Pale Leaf #CADAA5
Tints of Pale Leaf #CADAA5
RGB
CMYK
RGB Variations
Color information
#CADAA5 (or 0xCADAA5) is known color: Pale Leaf. HEX triplet: CA, DA and A5. RGB value is (202,218,165). Sum of RGB (Red+Green+Blue) = 202+218+165=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA5 is #35255A. Grayscale: #CFCFCF. Windows color (decimal): -3482971 or 10869450. OLE color: 10869450.
HSL color Cylindrical-coordinate representation of color #CADAA5: hue angle of 78.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CADAA5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 165 | - |
CMYK | 0.07 | 0 | 0.24 | 0.15 |
HSL | 78.11º | 0.42% | 0.75% | - |
HSV(B) | 78.11º | 0.24% | 0.85% | - |
XYZ | 56.22 | 65.42 | 45.26 | - |
YUV | 207.17 | 104.2 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 165 | 0.07 | 0 | 0.24 | 0.15 | 78.11 | 0.42 | 0.75 |
Hex | CA | DA | A5 | 7 | 0 | 18 | F | 4E | 2A | 4B |
Octal | 312 | 332 | 245 | 7 | 0 | 30 | 17 | 116 | 52 | 113 |
Binary | 11001010 | 11011010 | 10100101 | 111 | 0 | 11000 | 1111 | 1001110 | 101010 | 1001011 |
Color Harmonies of #CADAA5
Complementary color
Monochromatic Colors of #CADAA5
Black with #CADAA5
Text Example
Text Example
White with #CADAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAA5; }
p { color: rgb(202,218,165); }
H1.HeaderClassName
{
color: #CADAA5;
}
.AnyTagClassName
{
color: #CADAA5;
}
</style>
background-color css
<style>
a { background-color: #CADAA5; }
a { background-color: rgb(202,218,165); }
div.DivClassName
{
background-color: #CADAA5;
}
.BgClassName
{
background-color: #CADAA5;
}
</style>
border-color css
<style>
span { border-color: #CADAA5; }
span { border-color: rgb(202,218,165); }
td.TdClassName
{
border-color: #CADAA5;
}
.TagClassName
{
border-color: #CADAA5;
}
</style>