Shades of Harp #CEDBB9
Tints of Harp #CEDBB9
RGB
CMYK
RGB Variations
Color information
#CEDBB9 (or 0xCEDBB9) is known color: Harp. HEX triplet: CE, DB and B9. RGB value is (206,219,185). Sum of RGB (Red+Green+Blue) = 206+219+185=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBB9 is #312446. Grayscale: #D3D3D3. Windows color (decimal): -3220551 or 12180430. OLE color: 12180430.
HSL color Cylindrical-coordinate representation of color #CEDBB9: hue angle of 82.94º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDBB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 185 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.14 |
| HSL | 82.94º | 0.32% | 0.79% | - |
| HSV(B) | 82.94º | 0.16% | 0.86% | - |
| XYZ | 59.54 | 67.29 | 55.75 | - |
| YUV | 211.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 185 | 0.06 | 0 | 0.16 | 0.14 | 82.94 | 0.32 | 0.79 |
| Hex | CE | DB | B9 | 6 | 0 | 10 | E | 53 | 20 | 4F |
| Octal | 316 | 333 | 271 | 6 | 0 | 20 | 16 | 123 | 40 | 117 |
| Binary | 11001110 | 11011011 | 10111001 | 110 | 0 | 10000 | 1110 | 1010011 | 100000 | 1001111 |
Color Harmonies of #CEDBB9
Complementary color
Monochromatic Colors of #CEDBB9
Black with #CEDBB9
Text Example
Text Example
White with #CEDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBB9; }
p { color: rgb(206,219,185); }
H1.HeaderClassName
{
color: #CEDBB9;
}
.AnyTagClassName
{
color: #CEDBB9;
}
</style>
background-color css
<style>
a { background-color: #CEDBB9; }
a { background-color: rgb(206,219,185); }
div.DivClassName
{
background-color: #CEDBB9;
}
.BgClassName
{
background-color: #CEDBB9;
}
</style>
border-color css
<style>
span { border-color: #CEDBB9; }
span { border-color: rgb(206,219,185); }
td.TdClassName
{
border-color: #CEDBB9;
}
.TagClassName
{
border-color: #CEDBB9;
}
</style>