Shades of Harp #CCD3BB
Tints of Harp #CCD3BB
RGB
CMYK
RGB Variations
Color information
#CCD3BB (or 0xCCD3BB) is known color: Harp. HEX triplet: CC, D3 and BB. RGB value is (204,211,187). Sum of RGB (Red+Green+Blue) = 204+211+187=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3BB is #332C44. Grayscale: #CECECE. Windows color (decimal): -3353669 or 12309452. OLE color: 12309452.
HSL color Cylindrical-coordinate representation of color #CCD3BB: hue angle of 77.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD3BB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 187 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.17 |
| HSL | 77.5º | 0.21% | 0.78% | - |
| HSV(B) | 77.5º | 0.11% | 0.83% | - |
| XYZ | 57.17 | 63.01 | 56.16 | - |
| YUV | 206.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 187 | 0.03 | 0 | 0.11 | 0.17 | 77.5 | 0.21 | 0.78 |
| Hex | CC | D3 | BB | 3 | 0 | B | 11 | 4E | 15 | 4E |
| Octal | 314 | 323 | 273 | 3 | 0 | 13 | 21 | 116 | 25 | 116 |
| Binary | 11001100 | 11010011 | 10111011 | 11 | 0 | 1011 | 10001 | 1001110 | 10101 | 1001110 |
Color Harmonies of #CCD3BB
Complementary color
Monochromatic Colors of #CCD3BB
Black with #CCD3BB
Text Example
Text Example
White with #CCD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3BB; }
p { color: rgb(204,211,187); }
H1.HeaderClassName
{
color: #CCD3BB;
}
.AnyTagClassName
{
color: #CCD3BB;
}
</style>
background-color css
<style>
a { background-color: #CCD3BB; }
a { background-color: rgb(204,211,187); }
div.DivClassName
{
background-color: #CCD3BB;
}
.BgClassName
{
background-color: #CCD3BB;
}
</style>
border-color css
<style>
span { border-color: #CCD3BB; }
span { border-color: rgb(204,211,187); }
td.TdClassName
{
border-color: #CCD3BB;
}
.TagClassName
{
border-color: #CCD3BB;
}
</style>