Shades of Harp #CCD8BA
Tints of Harp #CCD8BA
RGB
CMYK
RGB Variations
Color information
#CCD8BA (or 0xCCD8BA) is known color: Harp. HEX triplet: CC, D8 and BA. RGB value is (204,216,186). Sum of RGB (Red+Green+Blue) = 204+216+186=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8BA is #332745. Grayscale: #D1D1D1. Windows color (decimal): -3352390 or 12245196. OLE color: 12245196.
HSL color Cylindrical-coordinate representation of color #CCD8BA: hue angle of 84º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD8BA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 186 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.15 |
| HSL | 84º | 0.28% | 0.79% | - |
| HSV(B) | 84º | 0.14% | 0.85% | - |
| XYZ | 58.32 | 65.49 | 56.02 | - |
| YUV | 208.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 186 | 0.06 | 0 | 0.14 | 0.15 | 84 | 0.28 | 0.79 |
| Hex | CC | D8 | BA | 6 | 0 | E | F | 54 | 1C | 4F |
| Octal | 314 | 330 | 272 | 6 | 0 | 16 | 17 | 124 | 34 | 117 |
| Binary | 11001100 | 11011000 | 10111010 | 110 | 0 | 1110 | 1111 | 1010100 | 11100 | 1001111 |
Color Harmonies of #CCD8BA
Complementary color
Monochromatic Colors of #CCD8BA
Black with #CCD8BA
Text Example
Text Example
White with #CCD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8BA; }
p { color: rgb(204,216,186); }
H1.HeaderClassName
{
color: #CCD8BA;
}
.AnyTagClassName
{
color: #CCD8BA;
}
</style>
background-color css
<style>
a { background-color: #CCD8BA; }
a { background-color: rgb(204,216,186); }
div.DivClassName
{
background-color: #CCD8BA;
}
.BgClassName
{
background-color: #CCD8BA;
}
</style>
border-color css
<style>
span { border-color: #CCD8BA; }
span { border-color: rgb(204,216,186); }
td.TdClassName
{
border-color: #CCD8BA;
}
.TagClassName
{
border-color: #CCD8BA;
}
</style>