Shades of Harp #CCDCB1
Tints of Harp #CCDCB1
RGB
CMYK
RGB Variations
Color information
#CCDCB1 (or 0xCCDCB1) is known color: Harp. HEX triplet: CC, DC and B1. RGB value is (204,220,177). Sum of RGB (Red+Green+Blue) = 204+220+177=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCB1 is #33234E. Grayscale: #D2D2D2. Windows color (decimal): -3351375 or 11656396. OLE color: 11656396.
HSL color Cylindrical-coordinate representation of color #CCDCB1: hue angle of 82.33º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDCB1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 177 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.14 |
| HSL | 82.33º | 0.38% | 0.78% | - |
| HSV(B) | 82.33º | 0.2% | 0.86% | - |
| XYZ | 58.43 | 67.2 | 51.49 | - |
| YUV | 210.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 177 | 0.07 | 0 | 0.20 | 0.14 | 82.33 | 0.38 | 0.78 |
| Hex | CC | DC | B1 | 7 | 0 | 14 | E | 52 | 26 | 4E |
| Octal | 314 | 334 | 261 | 7 | 0 | 24 | 16 | 122 | 46 | 116 |
| Binary | 11001100 | 11011100 | 10110001 | 111 | 0 | 10100 | 1110 | 1010010 | 100110 | 1001110 |
Color Harmonies of #CCDCB1
Complementary color
Monochromatic Colors of #CCDCB1
Black with #CCDCB1
Text Example
Text Example
White with #CCDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCB1; }
p { color: rgb(204,220,177); }
H1.HeaderClassName
{
color: #CCDCB1;
}
.AnyTagClassName
{
color: #CCDCB1;
}
</style>
background-color css
<style>
a { background-color: #CCDCB1; }
a { background-color: rgb(204,220,177); }
div.DivClassName
{
background-color: #CCDCB1;
}
.BgClassName
{
background-color: #CCDCB1;
}
</style>
border-color css
<style>
span { border-color: #CCDCB1; }
span { border-color: rgb(204,220,177); }
td.TdClassName
{
border-color: #CCDCB1;
}
.TagClassName
{
border-color: #CCDCB1;
}
</style>