Shades of Harp #CCDDB1
Tints of Harp #CCDDB1
RGB
CMYK
RGB Variations
Color information
#CCDDB1 (or 0xCCDDB1) is known color: Harp. HEX triplet: CC, DD and B1. RGB value is (204,221,177). Sum of RGB (Red+Green+Blue) = 204+221+177=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDB1 is #33224E. Grayscale: #D3D3D3. Windows color (decimal): -3351119 or 11656652. OLE color: 11656652.
HSL color Cylindrical-coordinate representation of color #CCDDB1: hue angle of 83.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDDB1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 177 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.13 |
| HSL | 83.18º | 0.39% | 0.78% | - |
| HSV(B) | 83.18º | 0.2% | 0.87% | - |
| XYZ | 58.69 | 67.72 | 51.57 | - |
| YUV | 210.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 177 | 0.08 | 0 | 0.20 | 0.13 | 83.18 | 0.39 | 0.78 |
| Hex | CC | DD | B1 | 8 | 0 | 14 | D | 53 | 27 | 4E |
| Octal | 314 | 335 | 261 | 10 | 0 | 24 | 15 | 123 | 47 | 116 |
| Binary | 11001100 | 11011101 | 10110001 | 1000 | 0 | 10100 | 1101 | 1010011 | 100111 | 1001110 |
Color Harmonies of #CCDDB1
Complementary color
Monochromatic Colors of #CCDDB1
Black with #CCDDB1
Text Example
Text Example
White with #CCDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDB1; }
p { color: rgb(204,221,177); }
H1.HeaderClassName
{
color: #CCDDB1;
}
.AnyTagClassName
{
color: #CCDDB1;
}
</style>
background-color css
<style>
a { background-color: #CCDDB1; }
a { background-color: rgb(204,221,177); }
div.DivClassName
{
background-color: #CCDDB1;
}
.BgClassName
{
background-color: #CCDDB1;
}
</style>
border-color css
<style>
span { border-color: #CCDDB1; }
span { border-color: rgb(204,221,177); }
td.TdClassName
{
border-color: #CCDDB1;
}
.TagClassName
{
border-color: #CCDDB1;
}
</style>