Shades of Harp #CCD6BB
Tints of Harp #CCD6BB
RGB
CMYK
RGB Variations
Color information
#CCD6BB (or 0xCCD6BB) is known color: Harp. HEX triplet: CC, D6 and BB. RGB value is (204,214,187). Sum of RGB (Red+Green+Blue) = 204+214+187=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6BB is #332944. Grayscale: #D0D0D0. Windows color (decimal): -3352901 or 12310220. OLE color: 12310220.
HSL color Cylindrical-coordinate representation of color #CCD6BB: hue angle of 82.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD6BB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 187 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.16 |
| HSL | 82.22º | 0.25% | 0.79% | - |
| HSV(B) | 82.22º | 0.13% | 0.84% | - |
| XYZ | 57.92 | 64.52 | 56.41 | - |
| YUV | 207.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 187 | 0.05 | 0 | 0.13 | 0.16 | 82.22 | 0.25 | 0.79 |
| Hex | CC | D6 | BB | 5 | 0 | D | 10 | 52 | 19 | 4F |
| Octal | 314 | 326 | 273 | 5 | 0 | 15 | 20 | 122 | 31 | 117 |
| Binary | 11001100 | 11010110 | 10111011 | 101 | 0 | 1101 | 10000 | 1010010 | 11001 | 1001111 |
Color Harmonies of #CCD6BB
Complementary color
Monochromatic Colors of #CCD6BB
Black with #CCD6BB
Text Example
Text Example
White with #CCD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6BB; }
p { color: rgb(204,214,187); }
H1.HeaderClassName
{
color: #CCD6BB;
}
.AnyTagClassName
{
color: #CCD6BB;
}
</style>
background-color css
<style>
a { background-color: #CCD6BB; }
a { background-color: rgb(204,214,187); }
div.DivClassName
{
background-color: #CCD6BB;
}
.BgClassName
{
background-color: #CCD6BB;
}
</style>
border-color css
<style>
span { border-color: #CCD6BB; }
span { border-color: rgb(204,214,187); }
td.TdClassName
{
border-color: #CCD6BB;
}
.TagClassName
{
border-color: #CCD6BB;
}
</style>