Shades of Harp #CCD8B0
Tints of Harp #CCD8B0
RGB
CMYK
RGB Variations
Color information
#CCD8B0 (or 0xCCD8B0) is known color: Harp. HEX triplet: CC, D8 and B0. RGB value is (204,216,176). Sum of RGB (Red+Green+Blue) = 204+216+176=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8B0 is #33274F. Grayscale: #D0D0D0. Windows color (decimal): -3352400 or 11589836. OLE color: 11589836.
HSL color Cylindrical-coordinate representation of color #CCD8B0: hue angle of 78º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD8B0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 176 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.15 |
| HSL | 78º | 0.34% | 0.77% | - |
| HSV(B) | 78º | 0.19% | 0.85% | - |
| XYZ | 57.29 | 65.08 | 50.62 | - |
| YUV | 207.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 176 | 0.06 | 0 | 0.19 | 0.15 | 78 | 0.34 | 0.77 |
| Hex | CC | D8 | B0 | 6 | 0 | 13 | F | 4E | 22 | 4D |
| Octal | 314 | 330 | 260 | 6 | 0 | 23 | 17 | 116 | 42 | 115 |
| Binary | 11001100 | 11011000 | 10110000 | 110 | 0 | 10011 | 1111 | 1001110 | 100010 | 1001101 |
Color Harmonies of #CCD8B0
Complementary color
Monochromatic Colors of #CCD8B0
Black with #CCD8B0
Text Example
Text Example
White with #CCD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8B0; }
p { color: rgb(204,216,176); }
H1.HeaderClassName
{
color: #CCD8B0;
}
.AnyTagClassName
{
color: #CCD8B0;
}
</style>
background-color css
<style>
a { background-color: #CCD8B0; }
a { background-color: rgb(204,216,176); }
div.DivClassName
{
background-color: #CCD8B0;
}
.BgClassName
{
background-color: #CCD8B0;
}
</style>
border-color css
<style>
span { border-color: #CCD8B0; }
span { border-color: rgb(204,216,176); }
td.TdClassName
{
border-color: #CCD8B0;
}
.TagClassName
{
border-color: #CCD8B0;
}
</style>