Shades of Harp #CED6BE
Tints of Harp #CED6BE
RGB
CMYK
RGB Variations
Color information
#CED6BE (or 0xCED6BE) is known color: Harp. HEX triplet: CE, D6 and BE. RGB value is (206,214,190). Sum of RGB (Red+Green+Blue) = 206+214+190=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6BE is #312941. Grayscale: #D0D0D0. Windows color (decimal): -3221826 or 12506830. OLE color: 12506830.
HSL color Cylindrical-coordinate representation of color #CED6BE: hue angle of 80º degrees, saturation: 0.23, 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 #CED6BE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 190 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.16 |
| HSL | 80º | 0.23% | 0.79% | - |
| HSV(B) | 80º | 0.11% | 0.84% | - |
| XYZ | 58.79 | 64.93 | 58.15 | - |
| YUV | 208.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 190 | 0.04 | 0 | 0.11 | 0.16 | 80 | 0.23 | 0.79 |
| Hex | CE | D6 | BE | 4 | 0 | B | 10 | 50 | 17 | 4F |
| Octal | 316 | 326 | 276 | 4 | 0 | 13 | 20 | 120 | 27 | 117 |
| Binary | 11001110 | 11010110 | 10111110 | 100 | 0 | 1011 | 10000 | 1010000 | 10111 | 1001111 |
Color Harmonies of #CED6BE
Complementary color
Monochromatic Colors of #CED6BE
Black with #CED6BE
Text Example
Text Example
White with #CED6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6BE; }
p { color: rgb(206,214,190); }
H1.HeaderClassName
{
color: #CED6BE;
}
.AnyTagClassName
{
color: #CED6BE;
}
</style>
background-color css
<style>
a { background-color: #CED6BE; }
a { background-color: rgb(206,214,190); }
div.DivClassName
{
background-color: #CED6BE;
}
.BgClassName
{
background-color: #CED6BE;
}
</style>
border-color css
<style>
span { border-color: #CED6BE; }
span { border-color: rgb(206,214,190); }
td.TdClassName
{
border-color: #CED6BE;
}
.TagClassName
{
border-color: #CED6BE;
}
</style>