Shades of Harp #CDD0BD
Tints of Harp #CDD0BD
RGB
CMYK
RGB Variations
Color information
#CDD0BD (or 0xCDD0BD) is known color: Harp. HEX triplet: CD, D0 and BD. RGB value is (205,208,189). Sum of RGB (Red+Green+Blue) = 205+208+189=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0BD is #322F42. Grayscale: #CDCDCD. Windows color (decimal): -3288899 or 12439757. OLE color: 12439757.
HSL color Cylindrical-coordinate representation of color #CDD0BD: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD0BD is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 189 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.18 |
| HSL | 69.47º | 0.17% | 0.78% | - |
| HSV(B) | 69.47º | 0.09% | 0.82% | - |
| XYZ | 56.92 | 61.77 | 57.07 | - |
| YUV | 204.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 189 | 0.01 | 0 | 0.09 | 0.18 | 69.47 | 0.17 | 0.78 |
| Hex | CD | D0 | BD | 1 | 0 | 9 | 12 | 45 | 11 | 4E |
| Octal | 315 | 320 | 275 | 1 | 0 | 11 | 22 | 105 | 21 | 116 |
| Binary | 11001101 | 11010000 | 10111101 | 1 | 0 | 1001 | 10010 | 1000101 | 10001 | 1001110 |
Color Harmonies of #CDD0BD
Complementary color
Monochromatic Colors of #CDD0BD
Black with #CDD0BD
Text Example
Text Example
White with #CDD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0BD; }
p { color: rgb(205,208,189); }
H1.HeaderClassName
{
color: #CDD0BD;
}
.AnyTagClassName
{
color: #CDD0BD;
}
</style>
background-color css
<style>
a { background-color: #CDD0BD; }
a { background-color: rgb(205,208,189); }
div.DivClassName
{
background-color: #CDD0BD;
}
.BgClassName
{
background-color: #CDD0BD;
}
</style>
border-color css
<style>
span { border-color: #CDD0BD; }
span { border-color: rgb(205,208,189); }
td.TdClassName
{
border-color: #CDD0BD;
}
.TagClassName
{
border-color: #CDD0BD;
}
</style>