Shades of Harp #CCD6BD
Tints of Harp #CCD6BD
RGB
CMYK
RGB Variations
Color information
#CCD6BD (or 0xCCD6BD) is known color: Harp. HEX triplet: CC, D6 and BD. RGB value is (204,214,189). Sum of RGB (Red+Green+Blue) = 204+214+189=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6BD is #332942. Grayscale: #D0D0D0. Windows color (decimal): -3352899 or 12441292. OLE color: 12441292.
HSL color Cylindrical-coordinate representation of color #CCD6BD: hue angle of 84º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD6BD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 189 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.16 |
| HSL | 84º | 0.23% | 0.79% | - |
| HSV(B) | 84º | 0.12% | 0.84% | - |
| XYZ | 58.13 | 64.6 | 57.55 | - |
| YUV | 208.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 189 | 0.05 | 0 | 0.12 | 0.16 | 84 | 0.23 | 0.79 |
| Hex | CC | D6 | BD | 5 | 0 | C | 10 | 54 | 17 | 4F |
| Octal | 314 | 326 | 275 | 5 | 0 | 14 | 20 | 124 | 27 | 117 |
| Binary | 11001100 | 11010110 | 10111101 | 101 | 0 | 1100 | 10000 | 1010100 | 10111 | 1001111 |
Color Harmonies of #CCD6BD
Complementary color
Monochromatic Colors of #CCD6BD
Black with #CCD6BD
Text Example
Text Example
White with #CCD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6BD; }
p { color: rgb(204,214,189); }
H1.HeaderClassName
{
color: #CCD6BD;
}
.AnyTagClassName
{
color: #CCD6BD;
}
</style>
background-color css
<style>
a { background-color: #CCD6BD; }
a { background-color: rgb(204,214,189); }
div.DivClassName
{
background-color: #CCD6BD;
}
.BgClassName
{
background-color: #CCD6BD;
}
</style>
border-color css
<style>
span { border-color: #CCD6BD; }
span { border-color: rgb(204,214,189); }
td.TdClassName
{
border-color: #CCD6BD;
}
.TagClassName
{
border-color: #CCD6BD;
}
</style>