Shades of Harp #CCD9B4
Tints of Harp #CCD9B4
RGB
CMYK
RGB Variations
Color information
#CCD9B4 (or 0xCCD9B4) is known color: Harp. HEX triplet: CC, D9 and B4. RGB value is (204,217,180). Sum of RGB (Red+Green+Blue) = 204+217+180=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9B4 is #33264B. Grayscale: #D1D1D1. Windows color (decimal): -3352140 or 11852236. OLE color: 11852236.
HSL color Cylindrical-coordinate representation of color #CCD9B4: hue angle of 81.08º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD9B4 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 180 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.15 |
| HSL | 81.08º | 0.33% | 0.78% | - |
| HSV(B) | 81.08º | 0.17% | 0.85% | - |
| XYZ | 57.95 | 65.76 | 52.82 | - |
| YUV | 208.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 180 | 0.06 | 0 | 0.17 | 0.15 | 81.08 | 0.33 | 0.78 |
| Hex | CC | D9 | B4 | 6 | 0 | 11 | F | 51 | 21 | 4E |
| Octal | 314 | 331 | 264 | 6 | 0 | 21 | 17 | 121 | 41 | 116 |
| Binary | 11001100 | 11011001 | 10110100 | 110 | 0 | 10001 | 1111 | 1010001 | 100001 | 1001110 |
Color Harmonies of #CCD9B4
Complementary color
Monochromatic Colors of #CCD9B4
Black with #CCD9B4
Text Example
Text Example
White with #CCD9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9B4; }
p { color: rgb(204,217,180); }
H1.HeaderClassName
{
color: #CCD9B4;
}
.AnyTagClassName
{
color: #CCD9B4;
}
</style>
background-color css
<style>
a { background-color: #CCD9B4; }
a { background-color: rgb(204,217,180); }
div.DivClassName
{
background-color: #CCD9B4;
}
.BgClassName
{
background-color: #CCD9B4;
}
</style>
border-color css
<style>
span { border-color: #CCD9B4; }
span { border-color: rgb(204,217,180); }
td.TdClassName
{
border-color: #CCD9B4;
}
.TagClassName
{
border-color: #CCD9B4;
}
</style>