Shades of Harp #CED7BA
Tints of Harp #CED7BA
RGB
CMYK
RGB Variations
Color information
#CED7BA (or 0xCED7BA) is known color: Harp. HEX triplet: CE, D7 and BA. RGB value is (206,215,186). Sum of RGB (Red+Green+Blue) = 206+215+186=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7BA is #312845. Grayscale: #D1D1D1. Windows color (decimal): -3221574 or 12244942. OLE color: 12244942.
HSL color Cylindrical-coordinate representation of color #CED7BA: hue angle of 78.62º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED7BA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 186 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.16 |
| HSL | 78.62º | 0.27% | 0.79% | - |
| HSV(B) | 78.62º | 0.13% | 0.84% | - |
| XYZ | 58.62 | 65.27 | 55.96 | - |
| YUV | 209 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 186 | 0.04 | 0 | 0.13 | 0.16 | 78.62 | 0.27 | 0.79 |
| Hex | CE | D7 | BA | 4 | 0 | D | 10 | 4F | 1B | 4F |
| Octal | 316 | 327 | 272 | 4 | 0 | 15 | 20 | 117 | 33 | 117 |
| Binary | 11001110 | 11010111 | 10111010 | 100 | 0 | 1101 | 10000 | 1001111 | 11011 | 1001111 |
Color Harmonies of #CED7BA
Complementary color
Monochromatic Colors of #CED7BA
Black with #CED7BA
Text Example
Text Example
White with #CED7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7BA; }
p { color: rgb(206,215,186); }
H1.HeaderClassName
{
color: #CED7BA;
}
.AnyTagClassName
{
color: #CED7BA;
}
</style>
background-color css
<style>
a { background-color: #CED7BA; }
a { background-color: rgb(206,215,186); }
div.DivClassName
{
background-color: #CED7BA;
}
.BgClassName
{
background-color: #CED7BA;
}
</style>
border-color css
<style>
span { border-color: #CED7BA; }
span { border-color: rgb(206,215,186); }
td.TdClassName
{
border-color: #CED7BA;
}
.TagClassName
{
border-color: #CED7BA;
}
</style>