Shades of Harp #CDD7BD
Tints of Harp #CDD7BD
RGB
CMYK
RGB Variations
Color information
#CDD7BD (or 0xCDD7BD) is known color: Harp. HEX triplet: CD, D7 and BD. RGB value is (205,215,189). Sum of RGB (Red+Green+Blue) = 205+215+189=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7BD is #322842. Grayscale: #D1D1D1. Windows color (decimal): -3287107 or 12441549. OLE color: 12441549.
HSL color Cylindrical-coordinate representation of color #CDD7BD: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD7BD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 189 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.16 |
| HSL | 83.08º | 0.25% | 0.79% | - |
| HSV(B) | 83.08º | 0.12% | 0.84% | - |
| XYZ | 58.66 | 65.25 | 57.65 | - |
| YUV | 209.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 189 | 0.05 | 0 | 0.12 | 0.16 | 83.08 | 0.25 | 0.79 |
| Hex | CD | D7 | BD | 5 | 0 | C | 10 | 53 | 19 | 4F |
| Octal | 315 | 327 | 275 | 5 | 0 | 14 | 20 | 123 | 31 | 117 |
| Binary | 11001101 | 11010111 | 10111101 | 101 | 0 | 1100 | 10000 | 1010011 | 11001 | 1001111 |
Color Harmonies of #CDD7BD
Complementary color
Monochromatic Colors of #CDD7BD
Black with #CDD7BD
Text Example
Text Example
White with #CDD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7BD; }
p { color: rgb(205,215,189); }
H1.HeaderClassName
{
color: #CDD7BD;
}
.AnyTagClassName
{
color: #CDD7BD;
}
</style>
background-color css
<style>
a { background-color: #CDD7BD; }
a { background-color: rgb(205,215,189); }
div.DivClassName
{
background-color: #CDD7BD;
}
.BgClassName
{
background-color: #CDD7BD;
}
</style>
border-color css
<style>
span { border-color: #CDD7BD; }
span { border-color: rgb(205,215,189); }
td.TdClassName
{
border-color: #CDD7BD;
}
.TagClassName
{
border-color: #CDD7BD;
}
</style>