Shades of Harp #CDD3BA
Tints of Harp #CDD3BA
RGB
CMYK
RGB Variations
Color information
#CDD3BA (or 0xCDD3BA) is known color: Harp. HEX triplet: CD, D3 and BA. RGB value is (205,211,186). Sum of RGB (Red+Green+Blue) = 205+211+186=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3BA is #322C45. Grayscale: #CECECE. Windows color (decimal): -3288134 or 12243917. OLE color: 12243917.
HSL color Cylindrical-coordinate representation of color #CDD3BA: hue angle of 74.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD3BA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 186 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.17 |
| HSL | 74.4º | 0.22% | 0.78% | - |
| HSV(B) | 74.4º | 0.12% | 0.83% | - |
| XYZ | 57.33 | 63.11 | 55.61 | - |
| YUV | 206.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 186 | 0.03 | 0 | 0.12 | 0.17 | 74.4 | 0.22 | 0.78 |
| Hex | CD | D3 | BA | 3 | 0 | C | 11 | 4A | 16 | 4E |
| Octal | 315 | 323 | 272 | 3 | 0 | 14 | 21 | 112 | 26 | 116 |
| Binary | 11001101 | 11010011 | 10111010 | 11 | 0 | 1100 | 10001 | 1001010 | 10110 | 1001110 |
Color Harmonies of #CDD3BA
Complementary color
Monochromatic Colors of #CDD3BA
Black with #CDD3BA
Text Example
Text Example
White with #CDD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3BA; }
p { color: rgb(205,211,186); }
H1.HeaderClassName
{
color: #CDD3BA;
}
.AnyTagClassName
{
color: #CDD3BA;
}
</style>
background-color css
<style>
a { background-color: #CDD3BA; }
a { background-color: rgb(205,211,186); }
div.DivClassName
{
background-color: #CDD3BA;
}
.BgClassName
{
background-color: #CDD3BA;
}
</style>
border-color css
<style>
span { border-color: #CDD3BA; }
span { border-color: rgb(205,211,186); }
td.TdClassName
{
border-color: #CDD3BA;
}
.TagClassName
{
border-color: #CDD3BA;
}
</style>