Shades of Harp #CCD4B0
Tints of Harp #CCD4B0
RGB
CMYK
RGB Variations
Color information
#CCD4B0 (or 0xCCD4B0) is known color: Harp. HEX triplet: CC, D4 and B0. RGB value is (204,212,176). Sum of RGB (Red+Green+Blue) = 204+212+176=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD4B0 is #332B4F. Grayscale: #CDCDCD. Windows color (decimal): -3353424 or 11588812. OLE color: 11588812.
HSL color Cylindrical-coordinate representation of color #CCD4B0: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD4B0 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 176 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.17 |
| HSL | 73.33º | 0.3% | 0.76% | - |
| HSV(B) | 73.33º | 0.17% | 0.83% | - |
| XYZ | 56.28 | 63.06 | 50.28 | - |
| YUV | 205.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 176 | 0.04 | 0 | 0.17 | 0.17 | 73.33 | 0.3 | 0.76 |
| Hex | CC | D4 | B0 | 4 | 0 | 11 | 11 | 49 | 1E | 4C |
| Octal | 314 | 324 | 260 | 4 | 0 | 21 | 21 | 111 | 36 | 114 |
| Binary | 11001100 | 11010100 | 10110000 | 100 | 0 | 10001 | 10001 | 1001001 | 11110 | 1001100 |
Color Harmonies of #CCD4B0
Complementary color
Monochromatic Colors of #CCD4B0
Black with #CCD4B0
Text Example
Text Example
White with #CCD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4B0; }
p { color: rgb(204,212,176); }
H1.HeaderClassName
{
color: #CCD4B0;
}
.AnyTagClassName
{
color: #CCD4B0;
}
</style>
background-color css
<style>
a { background-color: #CCD4B0; }
a { background-color: rgb(204,212,176); }
div.DivClassName
{
background-color: #CCD4B0;
}
.BgClassName
{
background-color: #CCD4B0;
}
</style>
border-color css
<style>
span { border-color: #CCD4B0; }
span { border-color: rgb(204,212,176); }
td.TdClassName
{
border-color: #CCD4B0;
}
.TagClassName
{
border-color: #CCD4B0;
}
</style>