Shades of Harp #CCD2BF
Tints of Harp #CCD2BF
RGB
CMYK
RGB Variations
Color information
#CCD2BF (or 0xCCD2BF) is known color: Harp. HEX triplet: CC, D2 and BF. RGB value is (204,210,191). Sum of RGB (Red+Green+Blue) = 204+210+191=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BF is #332D40. Grayscale: #CECECE. Windows color (decimal): -3353921 or 12571340. OLE color: 12571340.
HSL color Cylindrical-coordinate representation of color #CCD2BF: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD2BF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 191 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.18 |
| HSL | 78.95º | 0.17% | 0.79% | - |
| HSV(B) | 78.95º | 0.09% | 0.82% | - |
| XYZ | 57.35 | 62.69 | 58.37 | - |
| YUV | 206.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 191 | 0.03 | 0 | 0.09 | 0.18 | 78.95 | 0.17 | 0.79 |
| Hex | CC | D2 | BF | 3 | 0 | 9 | 12 | 4F | 11 | 4F |
| Octal | 314 | 322 | 277 | 3 | 0 | 11 | 22 | 117 | 21 | 117 |
| Binary | 11001100 | 11010010 | 10111111 | 11 | 0 | 1001 | 10010 | 1001111 | 10001 | 1001111 |
Color Harmonies of #CCD2BF
Complementary color
Monochromatic Colors of #CCD2BF
Black with #CCD2BF
Text Example
Text Example
White with #CCD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2BF; }
p { color: rgb(204,210,191); }
H1.HeaderClassName
{
color: #CCD2BF;
}
.AnyTagClassName
{
color: #CCD2BF;
}
</style>
background-color css
<style>
a { background-color: #CCD2BF; }
a { background-color: rgb(204,210,191); }
div.DivClassName
{
background-color: #CCD2BF;
}
.BgClassName
{
background-color: #CCD2BF;
}
</style>
border-color css
<style>
span { border-color: #CCD2BF; }
span { border-color: rgb(204,210,191); }
td.TdClassName
{
border-color: #CCD2BF;
}
.TagClassName
{
border-color: #CCD2BF;
}
</style>