Shades of Harp #CED7BE
Tints of Harp #CED7BE
RGB
CMYK
RGB Variations
Color information
#CED7BE (or 0xCED7BE) is known color: Harp. HEX triplet: CE, D7 and BE. RGB value is (206,215,190). Sum of RGB (Red+Green+Blue) = 206+215+190=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7BE is #312841. Grayscale: #D1D1D1. Windows color (decimal): -3221570 or 12507086. OLE color: 12507086.
HSL color Cylindrical-coordinate representation of color #CED7BE: hue angle of 81.6º degrees, saturation: 0.24, 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 #CED7BE is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 215 | 190 | - |
CMYK | 0.04 | 0 | 0.12 | 0.16 |
HSL | 81.6º | 0.24% | 0.79% | - |
HSV(B) | 81.6º | 0.12% | 0.84% | - |
XYZ | 59.05 | 65.44 | 58.23 | - |
YUV | 209.46 | 117.02 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 190 | 0.04 | 0 | 0.12 | 0.16 | 81.6 | 0.24 | 0.79 |
Hex | CE | D7 | BE | 4 | 0 | C | 10 | 52 | 18 | 4F |
Octal | 316 | 327 | 276 | 4 | 0 | 14 | 20 | 122 | 30 | 117 |
Binary | 11001110 | 11010111 | 10111110 | 100 | 0 | 1100 | 10000 | 1010010 | 11000 | 1001111 |
Color Harmonies of #CED7BE
Complementary color
Monochromatic Colors of #CED7BE
Black with #CED7BE
Text Example
Text Example
White with #CED7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7BE; }
p { color: rgb(206,215,190); }
H1.HeaderClassName
{
color: #CED7BE;
}
.AnyTagClassName
{
color: #CED7BE;
}
</style>
background-color css
<style>
a { background-color: #CED7BE; }
a { background-color: rgb(206,215,190); }
div.DivClassName
{
background-color: #CED7BE;
}
.BgClassName
{
background-color: #CED7BE;
}
</style>
border-color css
<style>
span { border-color: #CED7BE; }
span { border-color: rgb(206,215,190); }
td.TdClassName
{
border-color: #CED7BE;
}
.TagClassName
{
border-color: #CED7BE;
}
</style>