Shades of Harp #CDD6BA
Tints of Harp #CDD6BA
RGB
CMYK
RGB Variations
Color information
#CDD6BA (or 0xCDD6BA) is known color: Harp. HEX triplet: CD, D6 and BA. RGB value is (205,214,186). Sum of RGB (Red+Green+Blue) = 205+214+186=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6BA is #322945. Grayscale: #D0D0D0. Windows color (decimal): -3287366 or 12244685. OLE color: 12244685.
HSL color Cylindrical-coordinate representation of color #CDD6BA: hue angle of 79.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD6BA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 186 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.16 |
| HSL | 79.29º | 0.25% | 0.78% | - |
| HSV(B) | 79.29º | 0.13% | 0.84% | - |
| XYZ | 58.09 | 64.62 | 55.87 | - |
| YUV | 208.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 186 | 0.04 | 0 | 0.13 | 0.16 | 79.29 | 0.25 | 0.78 |
| Hex | CD | D6 | BA | 4 | 0 | D | 10 | 4F | 19 | 4E |
| Octal | 315 | 326 | 272 | 4 | 0 | 15 | 20 | 117 | 31 | 116 |
| Binary | 11001101 | 11010110 | 10111010 | 100 | 0 | 1101 | 10000 | 1001111 | 11001 | 1001110 |
Color Harmonies of #CDD6BA
Complementary color
Monochromatic Colors of #CDD6BA
Black with #CDD6BA
Text Example
Text Example
White with #CDD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6BA; }
p { color: rgb(205,214,186); }
H1.HeaderClassName
{
color: #CDD6BA;
}
.AnyTagClassName
{
color: #CDD6BA;
}
</style>
background-color css
<style>
a { background-color: #CDD6BA; }
a { background-color: rgb(205,214,186); }
div.DivClassName
{
background-color: #CDD6BA;
}
.BgClassName
{
background-color: #CDD6BA;
}
</style>
border-color css
<style>
span { border-color: #CDD6BA; }
span { border-color: rgb(205,214,186); }
td.TdClassName
{
border-color: #CDD6BA;
}
.TagClassName
{
border-color: #CDD6BA;
}
</style>