Shades of Harp #CED6BF
Tints of Harp #CED6BF
RGB
CMYK
RGB Variations
Color information
#CED6BF (or 0xCED6BF) is known color: Harp. HEX triplet: CE, D6 and BF. RGB value is (206,214,191). Sum of RGB (Red+Green+Blue) = 206+214+191=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6BF is #312940. Grayscale: #D1D1D1. Windows color (decimal): -3221825 or 12572366. OLE color: 12572366.
HSL color Cylindrical-coordinate representation of color #CED6BF: hue angle of 80.87º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED6BF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 191 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.16 |
| HSL | 80.87º | 0.22% | 0.79% | - |
| HSV(B) | 80.87º | 0.11% | 0.84% | - |
| XYZ | 58.9 | 64.98 | 58.73 | - |
| YUV | 208.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 191 | 0.04 | 0 | 0.11 | 0.16 | 80.87 | 0.22 | 0.79 |
| Hex | CE | D6 | BF | 4 | 0 | B | 10 | 51 | 16 | 4F |
| Octal | 316 | 326 | 277 | 4 | 0 | 13 | 20 | 121 | 26 | 117 |
| Binary | 11001110 | 11010110 | 10111111 | 100 | 0 | 1011 | 10000 | 1010001 | 10110 | 1001111 |
Color Harmonies of #CED6BF
Complementary color
Monochromatic Colors of #CED6BF
Black with #CED6BF
Text Example
Text Example
White with #CED6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6BF; }
p { color: rgb(206,214,191); }
H1.HeaderClassName
{
color: #CED6BF;
}
.AnyTagClassName
{
color: #CED6BF;
}
</style>
background-color css
<style>
a { background-color: #CED6BF; }
a { background-color: rgb(206,214,191); }
div.DivClassName
{
background-color: #CED6BF;
}
.BgClassName
{
background-color: #CED6BF;
}
</style>
border-color css
<style>
span { border-color: #CED6BF; }
span { border-color: rgb(206,214,191); }
td.TdClassName
{
border-color: #CED6BF;
}
.TagClassName
{
border-color: #CED6BF;
}
</style>