Shades of Harp #CDD8BA
Tints of Harp #CDD8BA
RGB
CMYK
RGB Variations
Color information
#CDD8BA (or 0xCDD8BA) is known color: Harp. HEX triplet: CD, D8 and BA. RGB value is (205,216,186). Sum of RGB (Red+Green+Blue) = 205+216+186=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8BA is #322745. Grayscale: #D1D1D1. Windows color (decimal): -3286854 or 12245197. OLE color: 12245197.
HSL color Cylindrical-coordinate representation of color #CDD8BA: hue angle of 82º degrees, saturation: 0.28, 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 #CDD8BA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 186 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.15 |
| HSL | 82º | 0.28% | 0.79% | - |
| HSV(B) | 82º | 0.14% | 0.85% | - |
| XYZ | 58.6 | 65.64 | 56.04 | - |
| YUV | 209.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 186 | 0.05 | 0 | 0.14 | 0.15 | 82 | 0.28 | 0.79 |
| Hex | CD | D8 | BA | 5 | 0 | E | F | 52 | 1C | 4F |
| Octal | 315 | 330 | 272 | 5 | 0 | 16 | 17 | 122 | 34 | 117 |
| Binary | 11001101 | 11011000 | 10111010 | 101 | 0 | 1110 | 1111 | 1010010 | 11100 | 1001111 |
Color Harmonies of #CDD8BA
Complementary color
Monochromatic Colors of #CDD8BA
Black with #CDD8BA
Text Example
Text Example
White with #CDD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8BA; }
p { color: rgb(205,216,186); }
H1.HeaderClassName
{
color: #CDD8BA;
}
.AnyTagClassName
{
color: #CDD8BA;
}
</style>
background-color css
<style>
a { background-color: #CDD8BA; }
a { background-color: rgb(205,216,186); }
div.DivClassName
{
background-color: #CDD8BA;
}
.BgClassName
{
background-color: #CDD8BA;
}
</style>
border-color css
<style>
span { border-color: #CDD8BA; }
span { border-color: rgb(205,216,186); }
td.TdClassName
{
border-color: #CDD8BA;
}
.TagClassName
{
border-color: #CDD8BA;
}
</style>