Shades of Harp #CDD0BB
Tints of Harp #CDD0BB
RGB
CMYK
RGB Variations
Color information
#CDD0BB (or 0xCDD0BB) is known color: Harp. HEX triplet: CD, D0 and BB. RGB value is (205,208,187). Sum of RGB (Red+Green+Blue) = 205+208+187=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0BB is #322F44. Grayscale: #CCCCCC. Windows color (decimal): -3288901 or 12308685. OLE color: 12308685.
HSL color Cylindrical-coordinate representation of color #CDD0BB: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD0BB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 187 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 68.57º | 0.18% | 0.77% | - |
| HSV(B) | 68.57º | 0.1% | 0.82% | - |
| XYZ | 56.7 | 61.68 | 55.93 | - |
| YUV | 204.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 187 | 0.01 | 0 | 0.10 | 0.18 | 68.57 | 0.18 | 0.77 |
| Hex | CD | D0 | BB | 1 | 0 | A | 12 | 45 | 12 | 4D |
| Octal | 315 | 320 | 273 | 1 | 0 | 12 | 22 | 105 | 22 | 115 |
| Binary | 11001101 | 11010000 | 10111011 | 1 | 0 | 1010 | 10010 | 1000101 | 10010 | 1001101 |
Color Harmonies of #CDD0BB
Complementary color
Monochromatic Colors of #CDD0BB
Black with #CDD0BB
Text Example
Text Example
White with #CDD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0BB; }
p { color: rgb(205,208,187); }
H1.HeaderClassName
{
color: #CDD0BB;
}
.AnyTagClassName
{
color: #CDD0BB;
}
</style>
background-color css
<style>
a { background-color: #CDD0BB; }
a { background-color: rgb(205,208,187); }
div.DivClassName
{
background-color: #CDD0BB;
}
.BgClassName
{
background-color: #CDD0BB;
}
</style>
border-color css
<style>
span { border-color: #CDD0BB; }
span { border-color: rgb(205,208,187); }
td.TdClassName
{
border-color: #CDD0BB;
}
.TagClassName
{
border-color: #CDD0BB;
}
</style>