Shades of Harp #CDDDB0
Tints of Harp #CDDDB0
RGB
CMYK
RGB Variations
Color information
#CDDDB0 (or 0xCDDDB0) is known color: Harp. HEX triplet: CD, DD and B0. RGB value is (205,221,176). Sum of RGB (Red+Green+Blue) = 205+221+176=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDB0 is #32224F. Grayscale: #D3D3D3. Windows color (decimal): -3285584 or 11591117. OLE color: 11591117.
HSL color Cylindrical-coordinate representation of color #CDDDB0: hue angle of 81.33º degrees, saturation: 0.4, 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 #CDDDB0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 176 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.13 |
| HSL | 81.33º | 0.4% | 0.78% | - |
| HSV(B) | 81.33º | 0.2% | 0.87% | - |
| XYZ | 58.87 | 67.83 | 51.06 | - |
| YUV | 211.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 176 | 0.07 | 0 | 0.20 | 0.13 | 81.33 | 0.4 | 0.78 |
| Hex | CD | DD | B0 | 7 | 0 | 14 | D | 51 | 28 | 4E |
| Octal | 315 | 335 | 260 | 7 | 0 | 24 | 15 | 121 | 50 | 116 |
| Binary | 11001101 | 11011101 | 10110000 | 111 | 0 | 10100 | 1101 | 1010001 | 101000 | 1001110 |
Color Harmonies of #CDDDB0
Complementary color
Monochromatic Colors of #CDDDB0
Black with #CDDDB0
Text Example
Text Example
White with #CDDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDB0; }
p { color: rgb(205,221,176); }
H1.HeaderClassName
{
color: #CDDDB0;
}
.AnyTagClassName
{
color: #CDDDB0;
}
</style>
background-color css
<style>
a { background-color: #CDDDB0; }
a { background-color: rgb(205,221,176); }
div.DivClassName
{
background-color: #CDDDB0;
}
.BgClassName
{
background-color: #CDDDB0;
}
</style>
border-color css
<style>
span { border-color: #CDDDB0; }
span { border-color: rgb(205,221,176); }
td.TdClassName
{
border-color: #CDDDB0;
}
.TagClassName
{
border-color: #CDDDB0;
}
</style>