Shades of Harp #CDD0BA
Tints of Harp #CDD0BA
RGB
CMYK
RGB Variations
Color information
#CDD0BA (or 0xCDD0BA) is known color: Harp. HEX triplet: CD, D0 and BA. RGB value is (205,208,186). Sum of RGB (Red+Green+Blue) = 205+208+186=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0BA is #322F45. Grayscale: #CCCCCC. Windows color (decimal): -3288902 or 12243149. OLE color: 12243149.
HSL color Cylindrical-coordinate representation of color #CDD0BA: hue angle of 68.18º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD0BA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 186 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.18 |
| HSL | 68.18º | 0.19% | 0.77% | - |
| HSV(B) | 68.18º | 0.11% | 0.82% | - |
| XYZ | 56.6 | 61.64 | 55.37 | - |
| YUV | 204.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 186 | 0.01 | 0 | 0.11 | 0.18 | 68.18 | 0.19 | 0.77 |
| Hex | CD | D0 | BA | 1 | 0 | B | 12 | 44 | 13 | 4D |
| Octal | 315 | 320 | 272 | 1 | 0 | 13 | 22 | 104 | 23 | 115 |
| Binary | 11001101 | 11010000 | 10111010 | 1 | 0 | 1011 | 10010 | 1000100 | 10011 | 1001101 |
Color Harmonies of #CDD0BA
Complementary color
Monochromatic Colors of #CDD0BA
Black with #CDD0BA
Text Example
Text Example
White with #CDD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0BA; }
p { color: rgb(205,208,186); }
H1.HeaderClassName
{
color: #CDD0BA;
}
.AnyTagClassName
{
color: #CDD0BA;
}
</style>
background-color css
<style>
a { background-color: #CDD0BA; }
a { background-color: rgb(205,208,186); }
div.DivClassName
{
background-color: #CDD0BA;
}
.BgClassName
{
background-color: #CDD0BA;
}
</style>
border-color css
<style>
span { border-color: #CDD0BA; }
span { border-color: rgb(205,208,186); }
td.TdClassName
{
border-color: #CDD0BA;
}
.TagClassName
{
border-color: #CDD0BA;
}
</style>