Shades of Harp #CCD5BD
Tints of Harp #CCD5BD
RGB
CMYK
RGB Variations
Color information
#CCD5BD (or 0xCCD5BD) is known color: Harp. HEX triplet: CC, D5 and BD. RGB value is (204,213,189). Sum of RGB (Red+Green+Blue) = 204+213+189=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BD is #332A42. Grayscale: #CFCFCF. Windows color (decimal): -3353155 or 12441036. OLE color: 12441036.
HSL color Cylindrical-coordinate representation of color #CCD5BD: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD5BD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 189 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.16 |
| HSL | 82.5º | 0.22% | 0.79% | - |
| HSV(B) | 82.5º | 0.11% | 0.84% | - |
| XYZ | 57.88 | 64.1 | 57.47 | - |
| YUV | 207.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 189 | 0.04 | 0 | 0.11 | 0.16 | 82.5 | 0.22 | 0.79 |
| Hex | CC | D5 | BD | 4 | 0 | B | 10 | 52 | 16 | 4F |
| Octal | 314 | 325 | 275 | 4 | 0 | 13 | 20 | 122 | 26 | 117 |
| Binary | 11001100 | 11010101 | 10111101 | 100 | 0 | 1011 | 10000 | 1010010 | 10110 | 1001111 |
Color Harmonies of #CCD5BD
Complementary color
Monochromatic Colors of #CCD5BD
Black with #CCD5BD
Text Example
Text Example
White with #CCD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5BD; }
p { color: rgb(204,213,189); }
H1.HeaderClassName
{
color: #CCD5BD;
}
.AnyTagClassName
{
color: #CCD5BD;
}
</style>
background-color css
<style>
a { background-color: #CCD5BD; }
a { background-color: rgb(204,213,189); }
div.DivClassName
{
background-color: #CCD5BD;
}
.BgClassName
{
background-color: #CCD5BD;
}
</style>
border-color css
<style>
span { border-color: #CCD5BD; }
span { border-color: rgb(204,213,189); }
td.TdClassName
{
border-color: #CCD5BD;
}
.TagClassName
{
border-color: #CCD5BD;
}
</style>