Shades of Harp #CDD1BC
Tints of Harp #CDD1BC
RGB
CMYK
RGB Variations
Color information
#CDD1BC (or 0xCDD1BC) is known color: Harp. HEX triplet: CD, D1 and BC. RGB value is (205,209,188). Sum of RGB (Red+Green+Blue) = 205+209+188=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1BC is #322E43. Grayscale: #CDCDCD. Windows color (decimal): -3288644 or 12374477. OLE color: 12374477.
HSL color Cylindrical-coordinate representation of color #CDD1BC: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD1BC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 188 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.18 |
| HSL | 71.43º | 0.19% | 0.78% | - |
| HSV(B) | 71.43º | 0.1% | 0.82% | - |
| XYZ | 57.05 | 62.21 | 56.58 | - |
| YUV | 205.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 188 | 0.02 | 0 | 0.10 | 0.18 | 71.43 | 0.19 | 0.78 |
| Hex | CD | D1 | BC | 2 | 0 | A | 12 | 47 | 13 | 4E |
| Octal | 315 | 321 | 274 | 2 | 0 | 12 | 22 | 107 | 23 | 116 |
| Binary | 11001101 | 11010001 | 10111100 | 10 | 0 | 1010 | 10010 | 1000111 | 10011 | 1001110 |
Color Harmonies of #CDD1BC
Complementary color
Monochromatic Colors of #CDD1BC
Black with #CDD1BC
Text Example
Text Example
White with #CDD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1BC; }
p { color: rgb(205,209,188); }
H1.HeaderClassName
{
color: #CDD1BC;
}
.AnyTagClassName
{
color: #CDD1BC;
}
</style>
background-color css
<style>
a { background-color: #CDD1BC; }
a { background-color: rgb(205,209,188); }
div.DivClassName
{
background-color: #CDD1BC;
}
.BgClassName
{
background-color: #CDD1BC;
}
</style>
border-color css
<style>
span { border-color: #CDD1BC; }
span { border-color: rgb(205,209,188); }
td.TdClassName
{
border-color: #CDD1BC;
}
.TagClassName
{
border-color: #CDD1BC;
}
</style>