Shades of Harp #CCDCB4
Tints of Harp #CCDCB4
RGB
CMYK
RGB Variations
Color information
#CCDCB4 (or 0xCCDCB4) is known color: Harp. HEX triplet: CC, DC and B4. RGB value is (204,220,180). Sum of RGB (Red+Green+Blue) = 204+220+180=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB4 is #33234B. Grayscale: #D2D2D2. Windows color (decimal): -3351372 or 11853004. OLE color: 11853004.
HSL color Cylindrical-coordinate representation of color #CCDCB4: hue angle of 84º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDCB4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 180 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.14 |
| HSL | 84º | 0.36% | 0.78% | - |
| HSV(B) | 84º | 0.18% | 0.86% | - |
| XYZ | 58.73 | 67.32 | 53.08 | - |
| YUV | 210.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 180 | 0.07 | 0 | 0.18 | 0.14 | 84 | 0.36 | 0.78 |
| Hex | CC | DC | B4 | 7 | 0 | 12 | E | 54 | 24 | 4E |
| Octal | 314 | 334 | 264 | 7 | 0 | 22 | 16 | 124 | 44 | 116 |
| Binary | 11001100 | 11011100 | 10110100 | 111 | 0 | 10010 | 1110 | 1010100 | 100100 | 1001110 |
Color Harmonies of #CCDCB4
Complementary color
Monochromatic Colors of #CCDCB4
Black with #CCDCB4
Text Example
Text Example
White with #CCDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCB4; }
p { color: rgb(204,220,180); }
H1.HeaderClassName
{
color: #CCDCB4;
}
.AnyTagClassName
{
color: #CCDCB4;
}
</style>
background-color css
<style>
a { background-color: #CCDCB4; }
a { background-color: rgb(204,220,180); }
div.DivClassName
{
background-color: #CCDCB4;
}
.BgClassName
{
background-color: #CCDCB4;
}
</style>
border-color css
<style>
span { border-color: #CCDCB4; }
span { border-color: rgb(204,220,180); }
td.TdClassName
{
border-color: #CCDCB4;
}
.TagClassName
{
border-color: #CCDCB4;
}
</style>