Shades of Harp #CDD1BB
Tints of Harp #CDD1BB
RGB
CMYK
RGB Variations
Color information
#CDD1BB (or 0xCDD1BB) is known color: Harp. HEX triplet: CD, D1 and BB. RGB value is (205,209,187). Sum of RGB (Red+Green+Blue) = 205+209+187=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1BB is #322E44. Grayscale: #CDCDCD. Windows color (decimal): -3288645 or 12308941. OLE color: 12308941.
HSL color Cylindrical-coordinate representation of color #CDD1BB: hue angle of 70.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD1BB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 187 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.18 |
| HSL | 70.91º | 0.19% | 0.78% | - |
| HSV(B) | 70.91º | 0.11% | 0.82% | - |
| XYZ | 56.95 | 62.17 | 56.01 | - |
| YUV | 205.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 187 | 0.02 | 0 | 0.11 | 0.18 | 70.91 | 0.19 | 0.78 |
| Hex | CD | D1 | BB | 2 | 0 | B | 12 | 47 | 13 | 4E |
| Octal | 315 | 321 | 273 | 2 | 0 | 13 | 22 | 107 | 23 | 116 |
| Binary | 11001101 | 11010001 | 10111011 | 10 | 0 | 1011 | 10010 | 1000111 | 10011 | 1001110 |
Color Harmonies of #CDD1BB
Complementary color
Monochromatic Colors of #CDD1BB
Black with #CDD1BB
Text Example
Text Example
White with #CDD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1BB; }
p { color: rgb(205,209,187); }
H1.HeaderClassName
{
color: #CDD1BB;
}
.AnyTagClassName
{
color: #CDD1BB;
}
</style>
background-color css
<style>
a { background-color: #CDD1BB; }
a { background-color: rgb(205,209,187); }
div.DivClassName
{
background-color: #CDD1BB;
}
.BgClassName
{
background-color: #CDD1BB;
}
</style>
border-color css
<style>
span { border-color: #CDD1BB; }
span { border-color: rgb(205,209,187); }
td.TdClassName
{
border-color: #CDD1BB;
}
.TagClassName
{
border-color: #CDD1BB;
}
</style>