Shades of Harp #CDD9BA
Tints of Harp #CDD9BA
RGB
CMYK
RGB Variations
Color information
#CDD9BA (or 0xCDD9BA) is known color: Harp. HEX triplet: CD, D9 and BA. RGB value is (205,217,186). Sum of RGB (Red+Green+Blue) = 205+217+186=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9BA is #322645. Grayscale: #D1D1D1. Windows color (decimal): -3286598 or 12245453. OLE color: 12245453.
HSL color Cylindrical-coordinate representation of color #CDD9BA: hue angle of 83.23º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD9BA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 186 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.15 |
| HSL | 83.23º | 0.29% | 0.79% | - |
| HSV(B) | 83.23º | 0.14% | 0.85% | - |
| XYZ | 58.85 | 66.15 | 56.12 | - |
| YUV | 209.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 186 | 0.06 | 0 | 0.14 | 0.15 | 83.23 | 0.29 | 0.79 |
| Hex | CD | D9 | BA | 6 | 0 | E | F | 53 | 1D | 4F |
| Octal | 315 | 331 | 272 | 6 | 0 | 16 | 17 | 123 | 35 | 117 |
| Binary | 11001101 | 11011001 | 10111010 | 110 | 0 | 1110 | 1111 | 1010011 | 11101 | 1001111 |
Color Harmonies of #CDD9BA
Complementary color
Monochromatic Colors of #CDD9BA
Black with #CDD9BA
Text Example
Text Example
White with #CDD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9BA; }
p { color: rgb(205,217,186); }
H1.HeaderClassName
{
color: #CDD9BA;
}
.AnyTagClassName
{
color: #CDD9BA;
}
</style>
background-color css
<style>
a { background-color: #CDD9BA; }
a { background-color: rgb(205,217,186); }
div.DivClassName
{
background-color: #CDD9BA;
}
.BgClassName
{
background-color: #CDD9BA;
}
</style>
border-color css
<style>
span { border-color: #CDD9BA; }
span { border-color: rgb(205,217,186); }
td.TdClassName
{
border-color: #CDD9BA;
}
.TagClassName
{
border-color: #CDD9BA;
}
</style>