Shades of Pale Leaf #CCDAA6
Tints of Pale Leaf #CCDAA6
RGB
CMYK
RGB Variations
Color information
#CCDAA6 (or 0xCCDAA6) is known color: Pale Leaf. HEX triplet: CC, DA and A6. RGB value is (204,218,166). Sum of RGB (Red+Green+Blue) = 204+218+166=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAA6 is #332559. Grayscale: #D0D0D0. Windows color (decimal): -3351898 or 10934988. OLE color: 10934988.
HSL color Cylindrical-coordinate representation of color #CCDAA6: hue angle of 76.15º degrees, saturation: 0.41, 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 #CCDAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 166 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.15 |
| HSL | 76.15º | 0.41% | 0.75% | - |
| HSV(B) | 76.15º | 0.24% | 0.85% | - |
| XYZ | 56.86 | 65.73 | 45.77 | - |
| YUV | 207.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 166 | 0.06 | 0 | 0.24 | 0.15 | 76.15 | 0.41 | 0.75 |
| Hex | CC | DA | A6 | 6 | 0 | 18 | F | 4C | 29 | 4B |
| Octal | 314 | 332 | 246 | 6 | 0 | 30 | 17 | 114 | 51 | 113 |
| Binary | 11001100 | 11011010 | 10100110 | 110 | 0 | 11000 | 1111 | 1001100 | 101001 | 1001011 |
Color Harmonies of #CCDAA6
Complementary color
Monochromatic Colors of #CCDAA6
Black with #CCDAA6
Text Example
Text Example
White with #CCDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAA6; }
p { color: rgb(204,218,166); }
H1.HeaderClassName
{
color: #CCDAA6;
}
.AnyTagClassName
{
color: #CCDAA6;
}
</style>
background-color css
<style>
a { background-color: #CCDAA6; }
a { background-color: rgb(204,218,166); }
div.DivClassName
{
background-color: #CCDAA6;
}
.BgClassName
{
background-color: #CCDAA6;
}
</style>
border-color css
<style>
span { border-color: #CCDAA6; }
span { border-color: rgb(204,218,166); }
td.TdClassName
{
border-color: #CCDAA6;
}
.TagClassName
{
border-color: #CCDAA6;
}
</style>