Shades of Harp #CED6BD
Tints of Harp #CED6BD
RGB
CMYK
RGB Variations
Color information
#CED6BD (or 0xCED6BD) is known color: Harp. HEX triplet: CE, D6 and BD. RGB value is (206,214,189). Sum of RGB (Red+Green+Blue) = 206+214+189=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6BD is #312942. Grayscale: #D0D0D0. Windows color (decimal): -3221827 or 12441294. OLE color: 12441294.
HSL color Cylindrical-coordinate representation of color #CED6BD: hue angle of 79.2º degrees, saturation: 0.23, 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 #CED6BD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 189 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.16 |
| HSL | 79.2º | 0.23% | 0.79% | - |
| HSV(B) | 79.2º | 0.12% | 0.84% | - |
| XYZ | 58.69 | 64.89 | 57.58 | - |
| YUV | 208.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 189 | 0.04 | 0 | 0.12 | 0.16 | 79.2 | 0.23 | 0.79 |
| Hex | CE | D6 | BD | 4 | 0 | C | 10 | 4F | 17 | 4F |
| Octal | 316 | 326 | 275 | 4 | 0 | 14 | 20 | 117 | 27 | 117 |
| Binary | 11001110 | 11010110 | 10111101 | 100 | 0 | 1100 | 10000 | 1001111 | 10111 | 1001111 |
Color Harmonies of #CED6BD
Complementary color
Monochromatic Colors of #CED6BD
Black with #CED6BD
Text Example
Text Example
White with #CED6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6BD; }
p { color: rgb(206,214,189); }
H1.HeaderClassName
{
color: #CED6BD;
}
.AnyTagClassName
{
color: #CED6BD;
}
</style>
background-color css
<style>
a { background-color: #CED6BD; }
a { background-color: rgb(206,214,189); }
div.DivClassName
{
background-color: #CED6BD;
}
.BgClassName
{
background-color: #CED6BD;
}
</style>
border-color css
<style>
span { border-color: #CED6BD; }
span { border-color: rgb(206,214,189); }
td.TdClassName
{
border-color: #CED6BD;
}
.TagClassName
{
border-color: #CED6BD;
}
</style>