Shades of Harp #CCD4B7
Tints of Harp #CCD4B7
RGB
CMYK
RGB Variations
Color information
#CCD4B7 (or 0xCCD4B7) is known color: Harp. HEX triplet: CC, D4 and B7. RGB value is (204,212,183). Sum of RGB (Red+Green+Blue) = 204+212+183=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4B7 is #332B48. Grayscale: #CECECE. Windows color (decimal): -3353417 or 12047564. OLE color: 12047564.
HSL color Cylindrical-coordinate representation of color #CCD4B7: hue angle of 76.55º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD4B7 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 183 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.17 |
| HSL | 76.55º | 0.25% | 0.77% | - |
| HSV(B) | 76.55º | 0.14% | 0.83% | - |
| XYZ | 56.99 | 63.34 | 54.02 | - |
| YUV | 206.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 183 | 0.04 | 0 | 0.14 | 0.17 | 76.55 | 0.25 | 0.77 |
| Hex | CC | D4 | B7 | 4 | 0 | E | 11 | 4D | 19 | 4D |
| Octal | 314 | 324 | 267 | 4 | 0 | 16 | 21 | 115 | 31 | 115 |
| Binary | 11001100 | 11010100 | 10110111 | 100 | 0 | 1110 | 10001 | 1001101 | 11001 | 1001101 |
Color Harmonies of #CCD4B7
Complementary color
Monochromatic Colors of #CCD4B7
Black with #CCD4B7
Text Example
Text Example
White with #CCD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4B7; }
p { color: rgb(204,212,183); }
H1.HeaderClassName
{
color: #CCD4B7;
}
.AnyTagClassName
{
color: #CCD4B7;
}
</style>
background-color css
<style>
a { background-color: #CCD4B7; }
a { background-color: rgb(204,212,183); }
div.DivClassName
{
background-color: #CCD4B7;
}
.BgClassName
{
background-color: #CCD4B7;
}
</style>
border-color css
<style>
span { border-color: #CCD4B7; }
span { border-color: rgb(204,212,183); }
td.TdClassName
{
border-color: #CCD4B7;
}
.TagClassName
{
border-color: #CCD4B7;
}
</style>