Shades of Harp #CCD8B7
Tints of Harp #CCD8B7
RGB
CMYK
RGB Variations
Color information
#CCD8B7 (or 0xCCD8B7) is known color: Harp. HEX triplet: CC, D8 and B7. RGB value is (204,216,183). Sum of RGB (Red+Green+Blue) = 204+216+183=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8B7 is #332748. Grayscale: #D0D0D0. Windows color (decimal): -3352393 or 12048588. OLE color: 12048588.
HSL color Cylindrical-coordinate representation of color #CCD8B7: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD8B7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 183 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.15 |
| HSL | 81.82º | 0.3% | 0.78% | - |
| HSV(B) | 81.82º | 0.15% | 0.85% | - |
| XYZ | 58 | 65.37 | 54.36 | - |
| YUV | 208.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 183 | 0.06 | 0 | 0.15 | 0.15 | 81.82 | 0.3 | 0.78 |
| Hex | CC | D8 | B7 | 6 | 0 | F | F | 52 | 1E | 4E |
| Octal | 314 | 330 | 267 | 6 | 0 | 17 | 17 | 122 | 36 | 116 |
| Binary | 11001100 | 11011000 | 10110111 | 110 | 0 | 1111 | 1111 | 1010010 | 11110 | 1001110 |
Color Harmonies of #CCD8B7
Complementary color
Monochromatic Colors of #CCD8B7
Black with #CCD8B7
Text Example
Text Example
White with #CCD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8B7; }
p { color: rgb(204,216,183); }
H1.HeaderClassName
{
color: #CCD8B7;
}
.AnyTagClassName
{
color: #CCD8B7;
}
</style>
background-color css
<style>
a { background-color: #CCD8B7; }
a { background-color: rgb(204,216,183); }
div.DivClassName
{
background-color: #CCD8B7;
}
.BgClassName
{
background-color: #CCD8B7;
}
</style>
border-color css
<style>
span { border-color: #CCD8B7; }
span { border-color: rgb(204,216,183); }
td.TdClassName
{
border-color: #CCD8B7;
}
.TagClassName
{
border-color: #CCD8B7;
}
</style>