Shades of Harp #CED1BA
Tints of Harp #CED1BA
RGB
CMYK
RGB Variations
Color information
#CED1BA (or 0xCED1BA) is known color: Harp. HEX triplet: CE, D1 and BA. RGB value is (206,209,186). Sum of RGB (Red+Green+Blue) = 206+209+186=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1BA is #312E45. Grayscale: #CDCDCD. Windows color (decimal): -3223110 or 12243406. OLE color: 12243406.
HSL color Cylindrical-coordinate representation of color #CED1BA: hue angle of 67.83º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED1BA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 186 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.18 |
| HSL | 67.83º | 0.2% | 0.77% | - |
| HSV(B) | 67.83º | 0.11% | 0.82% | - |
| XYZ | 57.12 | 62.27 | 55.46 | - |
| YUV | 205.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 186 | 0.01 | 0 | 0.11 | 0.18 | 67.83 | 0.2 | 0.77 |
| Hex | CE | D1 | BA | 1 | 0 | B | 12 | 44 | 14 | 4D |
| Octal | 316 | 321 | 272 | 1 | 0 | 13 | 22 | 104 | 24 | 115 |
| Binary | 11001110 | 11010001 | 10111010 | 1 | 0 | 1011 | 10010 | 1000100 | 10100 | 1001101 |
Color Harmonies of #CED1BA
Complementary color
Monochromatic Colors of #CED1BA
Black with #CED1BA
Text Example
Text Example
White with #CED1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1BA; }
p { color: rgb(206,209,186); }
H1.HeaderClassName
{
color: #CED1BA;
}
.AnyTagClassName
{
color: #CED1BA;
}
</style>
background-color css
<style>
a { background-color: #CED1BA; }
a { background-color: rgb(206,209,186); }
div.DivClassName
{
background-color: #CED1BA;
}
.BgClassName
{
background-color: #CED1BA;
}
</style>
border-color css
<style>
span { border-color: #CED1BA; }
span { border-color: rgb(206,209,186); }
td.TdClassName
{
border-color: #CED1BA;
}
.TagClassName
{
border-color: #CED1BA;
}
</style>