Shades of Harp #CCD3B8
Tints of Harp #CCD3B8
RGB
CMYK
RGB Variations
Color information
#CCD3B8 (or 0xCCD3B8) is known color: Harp. HEX triplet: CC, D3 and B8. RGB value is (204,211,184). Sum of RGB (Red+Green+Blue) = 204+211+184=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3B8 is #332C47. Grayscale: #CDCDCD. Windows color (decimal): -3353672 or 12112844. OLE color: 12112844.
HSL color Cylindrical-coordinate representation of color #CCD3B8: hue angle of 75.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD3B8 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 184 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.17 |
| HSL | 75.56º | 0.23% | 0.77% | - |
| HSV(B) | 75.56º | 0.13% | 0.83% | - |
| XYZ | 56.85 | 62.89 | 54.49 | - |
| YUV | 205.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 184 | 0.03 | 0 | 0.13 | 0.17 | 75.56 | 0.23 | 0.77 |
| Hex | CC | D3 | B8 | 3 | 0 | D | 11 | 4C | 17 | 4D |
| Octal | 314 | 323 | 270 | 3 | 0 | 15 | 21 | 114 | 27 | 115 |
| Binary | 11001100 | 11010011 | 10111000 | 11 | 0 | 1101 | 10001 | 1001100 | 10111 | 1001101 |
Color Harmonies of #CCD3B8
Complementary color
Monochromatic Colors of #CCD3B8
Black with #CCD3B8
Text Example
Text Example
White with #CCD3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3B8; }
p { color: rgb(204,211,184); }
H1.HeaderClassName
{
color: #CCD3B8;
}
.AnyTagClassName
{
color: #CCD3B8;
}
</style>
background-color css
<style>
a { background-color: #CCD3B8; }
a { background-color: rgb(204,211,184); }
div.DivClassName
{
background-color: #CCD3B8;
}
.BgClassName
{
background-color: #CCD3B8;
}
</style>
border-color css
<style>
span { border-color: #CCD3B8; }
span { border-color: rgb(204,211,184); }
td.TdClassName
{
border-color: #CCD3B8;
}
.TagClassName
{
border-color: #CCD3B8;
}
</style>