Shades of Harp #CCD3BF
Tints of Harp #CCD3BF
RGB
CMYK
RGB Variations
Color information
#CCD3BF (or 0xCCD3BF) is known color: Harp. HEX triplet: CC, D3 and BF. RGB value is (204,211,191). Sum of RGB (Red+Green+Blue) = 204+211+191=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3BF is #332C40. Grayscale: #CECECE. Windows color (decimal): -3353665 or 12571596. OLE color: 12571596.
HSL color Cylindrical-coordinate representation of color #CCD3BF: hue angle of 81º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD3BF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 191 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.17 |
| HSL | 81º | 0.19% | 0.79% | - |
| HSV(B) | 81º | 0.09% | 0.83% | - |
| XYZ | 57.6 | 63.19 | 58.45 | - |
| YUV | 206.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 191 | 0.03 | 0 | 0.09 | 0.17 | 81 | 0.19 | 0.79 |
| Hex | CC | D3 | BF | 3 | 0 | 9 | 11 | 51 | 13 | 4F |
| Octal | 314 | 323 | 277 | 3 | 0 | 11 | 21 | 121 | 23 | 117 |
| Binary | 11001100 | 11010011 | 10111111 | 11 | 0 | 1001 | 10001 | 1010001 | 10011 | 1001111 |
Color Harmonies of #CCD3BF
Complementary color
Monochromatic Colors of #CCD3BF
Black with #CCD3BF
Text Example
Text Example
White with #CCD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3BF; }
p { color: rgb(204,211,191); }
H1.HeaderClassName
{
color: #CCD3BF;
}
.AnyTagClassName
{
color: #CCD3BF;
}
</style>
background-color css
<style>
a { background-color: #CCD3BF; }
a { background-color: rgb(204,211,191); }
div.DivClassName
{
background-color: #CCD3BF;
}
.BgClassName
{
background-color: #CCD3BF;
}
</style>
border-color css
<style>
span { border-color: #CCD3BF; }
span { border-color: rgb(204,211,191); }
td.TdClassName
{
border-color: #CCD3BF;
}
.TagClassName
{
border-color: #CCD3BF;
}
</style>