Shades of Harp #CDD5BD
Tints of Harp #CDD5BD
RGB
CMYK
RGB Variations
Color information
#CDD5BD (or 0xCDD5BD) is known color: Harp. HEX triplet: CD, D5 and BD. RGB value is (205,213,189). Sum of RGB (Red+Green+Blue) = 205+213+189=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5BD is #322A42. Grayscale: #CFCFCF. Windows color (decimal): -3287619 or 12441037. OLE color: 12441037.
HSL color Cylindrical-coordinate representation of color #CDD5BD: hue angle of 80º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD5BD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 189 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.16 |
| HSL | 80º | 0.22% | 0.79% | - |
| HSV(B) | 80º | 0.11% | 0.84% | - |
| XYZ | 58.16 | 64.24 | 57.48 | - |
| YUV | 207.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 189 | 0.04 | 0 | 0.11 | 0.16 | 80 | 0.22 | 0.79 |
| Hex | CD | D5 | BD | 4 | 0 | B | 10 | 50 | 16 | 4F |
| Octal | 315 | 325 | 275 | 4 | 0 | 13 | 20 | 120 | 26 | 117 |
| Binary | 11001101 | 11010101 | 10111101 | 100 | 0 | 1011 | 10000 | 1010000 | 10110 | 1001111 |
Color Harmonies of #CDD5BD
Complementary color
Monochromatic Colors of #CDD5BD
Black with #CDD5BD
Text Example
Text Example
White with #CDD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5BD; }
p { color: rgb(205,213,189); }
H1.HeaderClassName
{
color: #CDD5BD;
}
.AnyTagClassName
{
color: #CDD5BD;
}
</style>
background-color css
<style>
a { background-color: #CDD5BD; }
a { background-color: rgb(205,213,189); }
div.DivClassName
{
background-color: #CDD5BD;
}
.BgClassName
{
background-color: #CDD5BD;
}
</style>
border-color css
<style>
span { border-color: #CDD5BD; }
span { border-color: rgb(205,213,189); }
td.TdClassName
{
border-color: #CDD5BD;
}
.TagClassName
{
border-color: #CDD5BD;
}
</style>