Shades of Harp #CCD5B8
Tints of Harp #CCD5B8
RGB
CMYK
RGB Variations
Color information
#CCD5B8 (or 0xCCD5B8) is known color: Harp. HEX triplet: CC, D5 and B8. RGB value is (204,213,184). Sum of RGB (Red+Green+Blue) = 204+213+184=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5B8 is #332A47. Grayscale: #CFCFCF. Windows color (decimal): -3353160 or 12113356. OLE color: 12113356.
HSL color Cylindrical-coordinate representation of color #CCD5B8: hue angle of 78.62º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD5B8 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 184 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.16 |
| HSL | 78.62º | 0.26% | 0.78% | - |
| HSV(B) | 78.62º | 0.14% | 0.84% | - |
| XYZ | 57.35 | 63.89 | 54.66 | - |
| YUV | 207 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 184 | 0.04 | 0 | 0.14 | 0.16 | 78.62 | 0.26 | 0.78 |
| Hex | CC | D5 | B8 | 4 | 0 | E | 10 | 4F | 1A | 4E |
| Octal | 314 | 325 | 270 | 4 | 0 | 16 | 20 | 117 | 32 | 116 |
| Binary | 11001100 | 11010101 | 10111000 | 100 | 0 | 1110 | 10000 | 1001111 | 11010 | 1001110 |
Color Harmonies of #CCD5B8
Complementary color
Monochromatic Colors of #CCD5B8
Black with #CCD5B8
Text Example
Text Example
White with #CCD5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5B8; }
p { color: rgb(204,213,184); }
H1.HeaderClassName
{
color: #CCD5B8;
}
.AnyTagClassName
{
color: #CCD5B8;
}
</style>
background-color css
<style>
a { background-color: #CCD5B8; }
a { background-color: rgb(204,213,184); }
div.DivClassName
{
background-color: #CCD5B8;
}
.BgClassName
{
background-color: #CCD5B8;
}
</style>
border-color css
<style>
span { border-color: #CCD5B8; }
span { border-color: rgb(204,213,184); }
td.TdClassName
{
border-color: #CCD5B8;
}
.TagClassName
{
border-color: #CCD5B8;
}
</style>