Shades of Harp #CCD2BB
Tints of Harp #CCD2BB
RGB
CMYK
RGB Variations
Color information
#CCD2BB (or 0xCCD2BB) is known color: Harp. HEX triplet: CC, D2 and BB. RGB value is (204,210,187). Sum of RGB (Red+Green+Blue) = 204+210+187=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BB is #332D44. Grayscale: #CDCDCD. Windows color (decimal): -3353925 or 12309196. OLE color: 12309196.
HSL color Cylindrical-coordinate representation of color #CCD2BB: hue angle of 75.65º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD2BB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 187 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.18 |
| HSL | 75.65º | 0.2% | 0.78% | - |
| HSV(B) | 75.65º | 0.11% | 0.82% | - |
| XYZ | 56.92 | 62.52 | 56.08 | - |
| YUV | 205.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 187 | 0.03 | 0 | 0.11 | 0.18 | 75.65 | 0.2 | 0.78 |
| Hex | CC | D2 | BB | 3 | 0 | B | 12 | 4C | 14 | 4E |
| Octal | 314 | 322 | 273 | 3 | 0 | 13 | 22 | 114 | 24 | 116 |
| Binary | 11001100 | 11010010 | 10111011 | 11 | 0 | 1011 | 10010 | 1001100 | 10100 | 1001110 |
Color Harmonies of #CCD2BB
Complementary color
Monochromatic Colors of #CCD2BB
Black with #CCD2BB
Text Example
Text Example
White with #CCD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2BB; }
p { color: rgb(204,210,187); }
H1.HeaderClassName
{
color: #CCD2BB;
}
.AnyTagClassName
{
color: #CCD2BB;
}
</style>
background-color css
<style>
a { background-color: #CCD2BB; }
a { background-color: rgb(204,210,187); }
div.DivClassName
{
background-color: #CCD2BB;
}
.BgClassName
{
background-color: #CCD2BB;
}
</style>
border-color css
<style>
span { border-color: #CCD2BB; }
span { border-color: rgb(204,210,187); }
td.TdClassName
{
border-color: #CCD2BB;
}
.TagClassName
{
border-color: #CCD2BB;
}
</style>