Shades of Harp #CED8BD
Tints of Harp #CED8BD
RGB
CMYK
RGB Variations
Color information
#CED8BD (or 0xCED8BD) is known color: Harp. HEX triplet: CE, D8 and BD. RGB value is (206,216,189). Sum of RGB (Red+Green+Blue) = 206+216+189=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8BD is #312742. Grayscale: #D2D2D2. Windows color (decimal): -3221315 or 12441806. OLE color: 12441806.
HSL color Cylindrical-coordinate representation of color #CED8BD: hue angle of 82.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED8BD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 189 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.15 |
| HSL | 82.22º | 0.26% | 0.79% | - |
| HSV(B) | 82.22º | 0.13% | 0.85% | - |
| XYZ | 59.19 | 65.91 | 57.75 | - |
| YUV | 209.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 189 | 0.05 | 0 | 0.12 | 0.15 | 82.22 | 0.26 | 0.79 |
| Hex | CE | D8 | BD | 5 | 0 | C | F | 52 | 1A | 4F |
| Octal | 316 | 330 | 275 | 5 | 0 | 14 | 17 | 122 | 32 | 117 |
| Binary | 11001110 | 11011000 | 10111101 | 101 | 0 | 1100 | 1111 | 1010010 | 11010 | 1001111 |
Color Harmonies of #CED8BD
Complementary color
Monochromatic Colors of #CED8BD
Black with #CED8BD
Text Example
Text Example
White with #CED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8BD; }
p { color: rgb(206,216,189); }
H1.HeaderClassName
{
color: #CED8BD;
}
.AnyTagClassName
{
color: #CED8BD;
}
</style>
background-color css
<style>
a { background-color: #CED8BD; }
a { background-color: rgb(206,216,189); }
div.DivClassName
{
background-color: #CED8BD;
}
.BgClassName
{
background-color: #CED8BD;
}
</style>
border-color css
<style>
span { border-color: #CED8BD; }
span { border-color: rgb(206,216,189); }
td.TdClassName
{
border-color: #CED8BD;
}
.TagClassName
{
border-color: #CED8BD;
}
</style>