Shades of Harp #CCD7BB
Tints of Harp #CCD7BB
RGB
CMYK
RGB Variations
Color information
#CCD7BB (or 0xCCD7BB) is known color: Harp. HEX triplet: CC, D7 and BB. RGB value is (204,215,187). Sum of RGB (Red+Green+Blue) = 204+215+187=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7BB is #332844. Grayscale: #D0D0D0. Windows color (decimal): -3352645 or 12310476. OLE color: 12310476.
HSL color Cylindrical-coordinate representation of color #CCD7BB: hue angle of 83.57º degrees, saturation: 0.26, 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 #CCD7BB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 187 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.16 |
| HSL | 83.57º | 0.26% | 0.79% | - |
| HSV(B) | 83.57º | 0.13% | 0.84% | - |
| XYZ | 58.17 | 65.03 | 56.5 | - |
| YUV | 208.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 187 | 0.05 | 0 | 0.13 | 0.16 | 83.57 | 0.26 | 0.79 |
| Hex | CC | D7 | BB | 5 | 0 | D | 10 | 54 | 1A | 4F |
| Octal | 314 | 327 | 273 | 5 | 0 | 15 | 20 | 124 | 32 | 117 |
| Binary | 11001100 | 11010111 | 10111011 | 101 | 0 | 1101 | 10000 | 1010100 | 11010 | 1001111 |
Color Harmonies of #CCD7BB
Complementary color
Monochromatic Colors of #CCD7BB
Black with #CCD7BB
Text Example
Text Example
White with #CCD7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7BB; }
p { color: rgb(204,215,187); }
H1.HeaderClassName
{
color: #CCD7BB;
}
.AnyTagClassName
{
color: #CCD7BB;
}
</style>
background-color css
<style>
a { background-color: #CCD7BB; }
a { background-color: rgb(204,215,187); }
div.DivClassName
{
background-color: #CCD7BB;
}
.BgClassName
{
background-color: #CCD7BB;
}
</style>
border-color css
<style>
span { border-color: #CCD7BB; }
span { border-color: rgb(204,215,187); }
td.TdClassName
{
border-color: #CCD7BB;
}
.TagClassName
{
border-color: #CCD7BB;
}
</style>