Shades of Pale Leaf #CCD9AC
Tints of Pale Leaf #CCD9AC
RGB
CMYK
RGB Variations
Color information
#CCD9AC (or 0xCCD9AC) is known color: Pale Leaf. HEX triplet: CC, D9 and AC. RGB value is (204,217,172). Sum of RGB (Red+Green+Blue) = 204+217+172=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9AC is #332653. Grayscale: #D0D0D0. Windows color (decimal): -3352148 or 11327948. OLE color: 11327948.
HSL color Cylindrical-coordinate representation of color #CCD9AC: hue angle of 77.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCD9AC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 172 | - |
CMYK | 0.06 | 0 | 0.21 | 0.15 |
HSL | 77.33º | 0.37% | 0.76% | - |
HSV(B) | 77.33º | 0.21% | 0.85% | - |
XYZ | 57.16 | 65.44 | 48.65 | - |
YUV | 207.98 | 107.69 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 172 | 0.06 | 0 | 0.21 | 0.15 | 77.33 | 0.37 | 0.76 |
Hex | CC | D9 | AC | 6 | 0 | 15 | F | 4D | 25 | 4C |
Octal | 314 | 331 | 254 | 6 | 0 | 25 | 17 | 115 | 45 | 114 |
Binary | 11001100 | 11011001 | 10101100 | 110 | 0 | 10101 | 1111 | 1001101 | 100101 | 1001100 |
Color Harmonies of #CCD9AC
Complementary color
Monochromatic Colors of #CCD9AC
Black with #CCD9AC
Text Example
Text Example
White with #CCD9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9AC; }
p { color: rgb(204,217,172); }
H1.HeaderClassName
{
color: #CCD9AC;
}
.AnyTagClassName
{
color: #CCD9AC;
}
</style>
background-color css
<style>
a { background-color: #CCD9AC; }
a { background-color: rgb(204,217,172); }
div.DivClassName
{
background-color: #CCD9AC;
}
.BgClassName
{
background-color: #CCD9AC;
}
</style>
border-color css
<style>
span { border-color: #CCD9AC; }
span { border-color: rgb(204,217,172); }
td.TdClassName
{
border-color: #CCD9AC;
}
.TagClassName
{
border-color: #CCD9AC;
}
</style>