Shades of Harp #CCD1BD
Tints of Harp #CCD1BD
RGB
CMYK
RGB Variations
Color information
#CCD1BD (or 0xCCD1BD) is known color: Harp. HEX triplet: CC, D1 and BD. RGB value is (204,209,189). Sum of RGB (Red+Green+Blue) = 204+209+189=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BD is #332E42. Grayscale: #CDCDCD. Windows color (decimal): -3354179 or 12440012. OLE color: 12440012.
HSL color Cylindrical-coordinate representation of color #CCD1BD: hue angle of 75º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD1BD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 189 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.18 |
| HSL | 75º | 0.18% | 0.78% | - |
| HSV(B) | 75º | 0.1% | 0.82% | - |
| XYZ | 56.89 | 62.11 | 57.13 | - |
| YUV | 205.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 189 | 0.02 | 0 | 0.10 | 0.18 | 75 | 0.18 | 0.78 |
| Hex | CC | D1 | BD | 2 | 0 | A | 12 | 4B | 12 | 4E |
| Octal | 314 | 321 | 275 | 2 | 0 | 12 | 22 | 113 | 22 | 116 |
| Binary | 11001100 | 11010001 | 10111101 | 10 | 0 | 1010 | 10010 | 1001011 | 10010 | 1001110 |
Color Harmonies of #CCD1BD
Complementary color
Monochromatic Colors of #CCD1BD
Black with #CCD1BD
Text Example
Text Example
White with #CCD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1BD; }
p { color: rgb(204,209,189); }
H1.HeaderClassName
{
color: #CCD1BD;
}
.AnyTagClassName
{
color: #CCD1BD;
}
</style>
background-color css
<style>
a { background-color: #CCD1BD; }
a { background-color: rgb(204,209,189); }
div.DivClassName
{
background-color: #CCD1BD;
}
.BgClassName
{
background-color: #CCD1BD;
}
</style>
border-color css
<style>
span { border-color: #CCD1BD; }
span { border-color: rgb(204,209,189); }
td.TdClassName
{
border-color: #CCD1BD;
}
.TagClassName
{
border-color: #CCD1BD;
}
</style>