Shades of Harp #CED9BB
Tints of Harp #CED9BB
RGB
CMYK
RGB Variations
Color information
#CED9BB (or 0xCED9BB) is known color: Harp. HEX triplet: CE, D9 and BB. RGB value is (206,217,187). Sum of RGB (Red+Green+Blue) = 206+217+187=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9BB is #312644. Grayscale: #D2D2D2. Windows color (decimal): -3221061 or 12310990. OLE color: 12310990.
HSL color Cylindrical-coordinate representation of color #CED9BB: hue angle of 82º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED9BB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 187 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.15 |
| HSL | 82º | 0.28% | 0.79% | - |
| HSV(B) | 82º | 0.14% | 0.85% | - |
| XYZ | 59.24 | 66.34 | 56.7 | - |
| YUV | 210.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 187 | 0.05 | 0 | 0.14 | 0.15 | 82 | 0.28 | 0.79 |
| Hex | CE | D9 | BB | 5 | 0 | E | F | 52 | 1C | 4F |
| Octal | 316 | 331 | 273 | 5 | 0 | 16 | 17 | 122 | 34 | 117 |
| Binary | 11001110 | 11011001 | 10111011 | 101 | 0 | 1110 | 1111 | 1010010 | 11100 | 1001111 |
Color Harmonies of #CED9BB
Complementary color
Monochromatic Colors of #CED9BB
Black with #CED9BB
Text Example
Text Example
White with #CED9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9BB; }
p { color: rgb(206,217,187); }
H1.HeaderClassName
{
color: #CED9BB;
}
.AnyTagClassName
{
color: #CED9BB;
}
</style>
background-color css
<style>
a { background-color: #CED9BB; }
a { background-color: rgb(206,217,187); }
div.DivClassName
{
background-color: #CED9BB;
}
.BgClassName
{
background-color: #CED9BB;
}
</style>
border-color css
<style>
span { border-color: #CED9BB; }
span { border-color: rgb(206,217,187); }
td.TdClassName
{
border-color: #CED9BB;
}
.TagClassName
{
border-color: #CED9BB;
}
</style>