Shades of Harp #CDD7BC
Tints of Harp #CDD7BC
RGB
CMYK
RGB Variations
Color information
#CDD7BC (or 0xCDD7BC) is known color: Harp. HEX triplet: CD, D7 and BC. RGB value is (205,215,188). Sum of RGB (Red+Green+Blue) = 205+215+188=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7BC is #322843. Grayscale: #D1D1D1. Windows color (decimal): -3287108 or 12376013. OLE color: 12376013.
HSL color Cylindrical-coordinate representation of color #CDD7BC: hue angle of 82.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD7BC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 188 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.16 |
| HSL | 82.22º | 0.25% | 0.79% | - |
| HSV(B) | 82.22º | 0.13% | 0.84% | - |
| XYZ | 58.55 | 65.21 | 57.08 | - |
| YUV | 208.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 188 | 0.05 | 0 | 0.13 | 0.16 | 82.22 | 0.25 | 0.79 |
| Hex | CD | D7 | BC | 5 | 0 | D | 10 | 52 | 19 | 4F |
| Octal | 315 | 327 | 274 | 5 | 0 | 15 | 20 | 122 | 31 | 117 |
| Binary | 11001101 | 11010111 | 10111100 | 101 | 0 | 1101 | 10000 | 1010010 | 11001 | 1001111 |
Color Harmonies of #CDD7BC
Complementary color
Monochromatic Colors of #CDD7BC
Black with #CDD7BC
Text Example
Text Example
White with #CDD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7BC; }
p { color: rgb(205,215,188); }
H1.HeaderClassName
{
color: #CDD7BC;
}
.AnyTagClassName
{
color: #CDD7BC;
}
</style>
background-color css
<style>
a { background-color: #CDD7BC; }
a { background-color: rgb(205,215,188); }
div.DivClassName
{
background-color: #CDD7BC;
}
.BgClassName
{
background-color: #CDD7BC;
}
</style>
border-color css
<style>
span { border-color: #CDD7BC; }
span { border-color: rgb(205,215,188); }
td.TdClassName
{
border-color: #CDD7BC;
}
.TagClassName
{
border-color: #CDD7BC;
}
</style>