Shades of Harp #CDDDB1
Tints of Harp #CDDDB1
RGB
CMYK
RGB Variations
Color information
#CDDDB1 (or 0xCDDDB1) is known color: Harp. HEX triplet: CD, DD and B1. RGB value is (205,221,177). Sum of RGB (Red+Green+Blue) = 205+221+177=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDB1 is #32224E. Grayscale: #D3D3D3. Windows color (decimal): -3285583 or 11656653. OLE color: 11656653.
HSL color Cylindrical-coordinate representation of color #CDDDB1: hue angle of 81.82º 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 #CDDDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 177 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.13 |
| HSL | 81.82º | 0.39% | 0.78% | - |
| HSV(B) | 81.82º | 0.2% | 0.87% | - |
| XYZ | 58.97 | 67.87 | 51.59 | - |
| YUV | 211.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 177 | 0.07 | 0 | 0.20 | 0.13 | 81.82 | 0.39 | 0.78 |
| Hex | CD | DD | B1 | 7 | 0 | 14 | D | 52 | 27 | 4E |
| Octal | 315 | 335 | 261 | 7 | 0 | 24 | 15 | 122 | 47 | 116 |
| Binary | 11001101 | 11011101 | 10110001 | 111 | 0 | 10100 | 1101 | 1010010 | 100111 | 1001110 |
Color Harmonies of #CDDDB1
Complementary color
Monochromatic Colors of #CDDDB1
Black with #CDDDB1
Text Example
Text Example
White with #CDDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDB1; }
p { color: rgb(205,221,177); }
H1.HeaderClassName
{
color: #CDDDB1;
}
.AnyTagClassName
{
color: #CDDDB1;
}
</style>
background-color css
<style>
a { background-color: #CDDDB1; }
a { background-color: rgb(205,221,177); }
div.DivClassName
{
background-color: #CDDDB1;
}
.BgClassName
{
background-color: #CDDDB1;
}
</style>
border-color css
<style>
span { border-color: #CDDDB1; }
span { border-color: rgb(205,221,177); }
td.TdClassName
{
border-color: #CDDDB1;
}
.TagClassName
{
border-color: #CDDDB1;
}
</style>