Shades of Harp #CCD1BC
Tints of Harp #CCD1BC
RGB
CMYK
RGB Variations
Color information
#CCD1BC (or 0xCCD1BC) is known color: Harp. HEX triplet: CC, D1 and BC. RGB value is (204,209,188). Sum of RGB (Red+Green+Blue) = 204+209+188=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BC is #332E43. Grayscale: #CDCDCD. Windows color (decimal): -3354180 or 12374476. OLE color: 12374476.
HSL color Cylindrical-coordinate representation of color #CCD1BC: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD1BC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 188 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.18 |
| HSL | 74.29º | 0.19% | 0.78% | - |
| HSV(B) | 74.29º | 0.1% | 0.82% | - |
| XYZ | 56.78 | 62.07 | 56.56 | - |
| YUV | 205.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 188 | 0.02 | 0 | 0.10 | 0.18 | 74.29 | 0.19 | 0.78 |
| Hex | CC | D1 | BC | 2 | 0 | A | 12 | 4A | 13 | 4E |
| Octal | 314 | 321 | 274 | 2 | 0 | 12 | 22 | 112 | 23 | 116 |
| Binary | 11001100 | 11010001 | 10111100 | 10 | 0 | 1010 | 10010 | 1001010 | 10011 | 1001110 |
Color Harmonies of #CCD1BC
Complementary color
Monochromatic Colors of #CCD1BC
Black with #CCD1BC
Text Example
Text Example
White with #CCD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1BC; }
p { color: rgb(204,209,188); }
H1.HeaderClassName
{
color: #CCD1BC;
}
.AnyTagClassName
{
color: #CCD1BC;
}
</style>
background-color css
<style>
a { background-color: #CCD1BC; }
a { background-color: rgb(204,209,188); }
div.DivClassName
{
background-color: #CCD1BC;
}
.BgClassName
{
background-color: #CCD1BC;
}
</style>
border-color css
<style>
span { border-color: #CCD1BC; }
span { border-color: rgb(204,209,188); }
td.TdClassName
{
border-color: #CCD1BC;
}
.TagClassName
{
border-color: #CCD1BC;
}
</style>