Shades of Harp #CDD0BC
Tints of Harp #CDD0BC
RGB
CMYK
RGB Variations
Color information
#CDD0BC (or 0xCDD0BC) is known color: Harp. HEX triplet: CD, D0 and BC. RGB value is (205,208,188). Sum of RGB (Red+Green+Blue) = 205+208+188=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0BC is #322F43. Grayscale: #CCCCCC. Windows color (decimal): -3288900 or 12374221. OLE color: 12374221.
HSL color Cylindrical-coordinate representation of color #CDD0BC: hue angle of 69º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD0BC is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 188 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 69º | 0.18% | 0.78% | - |
| HSV(B) | 69º | 0.1% | 0.82% | - |
| XYZ | 56.81 | 61.72 | 56.5 | - |
| YUV | 204.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 188 | 0.01 | 0 | 0.10 | 0.18 | 69 | 0.18 | 0.78 |
| Hex | CD | D0 | BC | 1 | 0 | A | 12 | 45 | 12 | 4E |
| Octal | 315 | 320 | 274 | 1 | 0 | 12 | 22 | 105 | 22 | 116 |
| Binary | 11001101 | 11010000 | 10111100 | 1 | 0 | 1010 | 10010 | 1000101 | 10010 | 1001110 |
Color Harmonies of #CDD0BC
Complementary color
Monochromatic Colors of #CDD0BC
Black with #CDD0BC
Text Example
Text Example
White with #CDD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0BC; }
p { color: rgb(205,208,188); }
H1.HeaderClassName
{
color: #CDD0BC;
}
.AnyTagClassName
{
color: #CDD0BC;
}
</style>
background-color css
<style>
a { background-color: #CDD0BC; }
a { background-color: rgb(205,208,188); }
div.DivClassName
{
background-color: #CDD0BC;
}
.BgClassName
{
background-color: #CDD0BC;
}
</style>
border-color css
<style>
span { border-color: #CDD0BC; }
span { border-color: rgb(205,208,188); }
td.TdClassName
{
border-color: #CDD0BC;
}
.TagClassName
{
border-color: #CDD0BC;
}
</style>