Shades of Harp #CDDDB3
Tints of Harp #CDDDB3
RGB
CMYK
RGB Variations
Color information
#CDDDB3 (or 0xCDDDB3) is known color: Harp. HEX triplet: CD, DD and B3. RGB value is (205,221,179). Sum of RGB (Red+Green+Blue) = 205+221+179=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDB3 is #32224C. Grayscale: #D3D3D3. Windows color (decimal): -3285581 or 11787725. OLE color: 11787725.
HSL color Cylindrical-coordinate representation of color #CDDDB3: hue angle of 82.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 179 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.13 |
| HSL | 82.86º | 0.38% | 0.78% | - |
| HSV(B) | 82.86º | 0.19% | 0.87% | - |
| XYZ | 59.17 | 67.95 | 52.64 | - |
| YUV | 211.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 179 | 0.07 | 0 | 0.19 | 0.13 | 82.86 | 0.38 | 0.78 |
| Hex | CD | DD | B3 | 7 | 0 | 13 | D | 53 | 26 | 4E |
| Octal | 315 | 335 | 263 | 7 | 0 | 23 | 15 | 123 | 46 | 116 |
| Binary | 11001101 | 11011101 | 10110011 | 111 | 0 | 10011 | 1101 | 1010011 | 100110 | 1001110 |
Color Harmonies of #CDDDB3
Complementary color
Monochromatic Colors of #CDDDB3
Black with #CDDDB3
Text Example
Text Example
White with #CDDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDB3; }
p { color: rgb(205,221,179); }
H1.HeaderClassName
{
color: #CDDDB3;
}
.AnyTagClassName
{
color: #CDDDB3;
}
</style>
background-color css
<style>
a { background-color: #CDDDB3; }
a { background-color: rgb(205,221,179); }
div.DivClassName
{
background-color: #CDDDB3;
}
.BgClassName
{
background-color: #CDDDB3;
}
</style>
border-color css
<style>
span { border-color: #CDDDB3; }
span { border-color: rgb(205,221,179); }
td.TdClassName
{
border-color: #CDDDB3;
}
.TagClassName
{
border-color: #CDDDB3;
}
</style>