Shades of Harp #CED7BD
Tints of Harp #CED7BD
RGB
CMYK
RGB Variations
Color information
#CED7BD (or 0xCED7BD) is known color: Harp. HEX triplet: CE, D7 and BD. RGB value is (206,215,189). Sum of RGB (Red+Green+Blue) = 206+215+189=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7BD is #312842. Grayscale: #D1D1D1. Windows color (decimal): -3221571 or 12441550. OLE color: 12441550.
HSL color Cylindrical-coordinate representation of color #CED7BD: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED7BD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 189 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.16 |
| HSL | 80.77º | 0.25% | 0.79% | - |
| HSV(B) | 80.77º | 0.12% | 0.84% | - |
| XYZ | 58.94 | 65.4 | 57.66 | - |
| YUV | 209.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 189 | 0.04 | 0 | 0.12 | 0.16 | 80.77 | 0.25 | 0.79 |
| Hex | CE | D7 | BD | 4 | 0 | C | 10 | 51 | 19 | 4F |
| Octal | 316 | 327 | 275 | 4 | 0 | 14 | 20 | 121 | 31 | 117 |
| Binary | 11001110 | 11010111 | 10111101 | 100 | 0 | 1100 | 10000 | 1010001 | 11001 | 1001111 |
Color Harmonies of #CED7BD
Complementary color
Monochromatic Colors of #CED7BD
Black with #CED7BD
Text Example
Text Example
White with #CED7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7BD; }
p { color: rgb(206,215,189); }
H1.HeaderClassName
{
color: #CED7BD;
}
.AnyTagClassName
{
color: #CED7BD;
}
</style>
background-color css
<style>
a { background-color: #CED7BD; }
a { background-color: rgb(206,215,189); }
div.DivClassName
{
background-color: #CED7BD;
}
.BgClassName
{
background-color: #CED7BD;
}
</style>
border-color css
<style>
span { border-color: #CED7BD; }
span { border-color: rgb(206,215,189); }
td.TdClassName
{
border-color: #CED7BD;
}
.TagClassName
{
border-color: #CED7BD;
}
</style>