Shades of Harp #CCD8AD
Tints of Harp #CCD8AD
RGB
CMYK
RGB Variations
Color information
#CCD8AD (or 0xCCD8AD) is known color: Harp. HEX triplet: CC, D8 and AD. RGB value is (204,216,173). Sum of RGB (Red+Green+Blue) = 204+216+173=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8AD is #332752. Grayscale: #CFCFCF. Windows color (decimal): -3352403 or 11393228. OLE color: 11393228.
HSL color Cylindrical-coordinate representation of color #CCD8AD: hue angle of 76.74º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD8AD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 173 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.15 |
| HSL | 76.74º | 0.36% | 0.76% | - |
| HSV(B) | 76.74º | 0.2% | 0.85% | - |
| XYZ | 57 | 64.97 | 49.07 | - |
| YUV | 207.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 173 | 0.06 | 0 | 0.20 | 0.15 | 76.74 | 0.36 | 0.76 |
| Hex | CC | D8 | AD | 6 | 0 | 14 | F | 4D | 24 | 4C |
| Octal | 314 | 330 | 255 | 6 | 0 | 24 | 17 | 115 | 44 | 114 |
| Binary | 11001100 | 11011000 | 10101101 | 110 | 0 | 10100 | 1111 | 1001101 | 100100 | 1001100 |
Color Harmonies of #CCD8AD
Complementary color
Monochromatic Colors of #CCD8AD
Black with #CCD8AD
Text Example
Text Example
White with #CCD8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8AD; }
p { color: rgb(204,216,173); }
H1.HeaderClassName
{
color: #CCD8AD;
}
.AnyTagClassName
{
color: #CCD8AD;
}
</style>
background-color css
<style>
a { background-color: #CCD8AD; }
a { background-color: rgb(204,216,173); }
div.DivClassName
{
background-color: #CCD8AD;
}
.BgClassName
{
background-color: #CCD8AD;
}
</style>
border-color css
<style>
span { border-color: #CCD8AD; }
span { border-color: rgb(204,216,173); }
td.TdClassName
{
border-color: #CCD8AD;
}
.TagClassName
{
border-color: #CCD8AD;
}
</style>