Shades of Harp #CDD6BC
Tints of Harp #CDD6BC
RGB
CMYK
RGB Variations
Color information
#CDD6BC (or 0xCDD6BC) is known color: Harp. HEX triplet: CD, D6 and BC. RGB value is (205,214,188). Sum of RGB (Red+Green+Blue) = 205+214+188=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6BC is #322943. Grayscale: #D0D0D0. Windows color (decimal): -3287364 or 12375757. OLE color: 12375757.
HSL color Cylindrical-coordinate representation of color #CDD6BC: hue angle of 80.77º degrees, saturation: 0.24, 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 #CDD6BC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 188 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.16 |
| HSL | 80.77º | 0.24% | 0.79% | - |
| HSV(B) | 80.77º | 0.12% | 0.84% | - |
| XYZ | 58.3 | 64.7 | 56.99 | - |
| YUV | 208.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 188 | 0.04 | 0 | 0.12 | 0.16 | 80.77 | 0.24 | 0.79 |
| Hex | CD | D6 | BC | 4 | 0 | C | 10 | 51 | 18 | 4F |
| Octal | 315 | 326 | 274 | 4 | 0 | 14 | 20 | 121 | 30 | 117 |
| Binary | 11001101 | 11010110 | 10111100 | 100 | 0 | 1100 | 10000 | 1010001 | 11000 | 1001111 |
Color Harmonies of #CDD6BC
Complementary color
Monochromatic Colors of #CDD6BC
Black with #CDD6BC
Text Example
Text Example
White with #CDD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6BC; }
p { color: rgb(205,214,188); }
H1.HeaderClassName
{
color: #CDD6BC;
}
.AnyTagClassName
{
color: #CDD6BC;
}
</style>
background-color css
<style>
a { background-color: #CDD6BC; }
a { background-color: rgb(205,214,188); }
div.DivClassName
{
background-color: #CDD6BC;
}
.BgClassName
{
background-color: #CDD6BC;
}
</style>
border-color css
<style>
span { border-color: #CDD6BC; }
span { border-color: rgb(205,214,188); }
td.TdClassName
{
border-color: #CDD6BC;
}
.TagClassName
{
border-color: #CDD6BC;
}
</style>