Shades of Harp #CED3BD
Tints of Harp #CED3BD
RGB
CMYK
RGB Variations
Color information
#CED3BD (or 0xCED3BD) is known color: Harp. HEX triplet: CE, D3 and BD. RGB value is (206,211,189). Sum of RGB (Red+Green+Blue) = 206+211+189=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3BD is #312C42. Grayscale: #CFCFCF. Windows color (decimal): -3222595 or 12440526. OLE color: 12440526.
HSL color Cylindrical-coordinate representation of color #CED3BD: hue angle of 73.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED3BD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 189 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.17 |
| HSL | 73.64º | 0.2% | 0.78% | - |
| HSV(B) | 73.64º | 0.1% | 0.83% | - |
| XYZ | 57.93 | 63.38 | 57.33 | - |
| YUV | 207 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 189 | 0.02 | 0 | 0.10 | 0.17 | 73.64 | 0.2 | 0.78 |
| Hex | CE | D3 | BD | 2 | 0 | A | 11 | 4A | 14 | 4E |
| Octal | 316 | 323 | 275 | 2 | 0 | 12 | 21 | 112 | 24 | 116 |
| Binary | 11001110 | 11010011 | 10111101 | 10 | 0 | 1010 | 10001 | 1001010 | 10100 | 1001110 |
Color Harmonies of #CED3BD
Complementary color
Monochromatic Colors of #CED3BD
Black with #CED3BD
Text Example
Text Example
White with #CED3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3BD; }
p { color: rgb(206,211,189); }
H1.HeaderClassName
{
color: #CED3BD;
}
.AnyTagClassName
{
color: #CED3BD;
}
</style>
background-color css
<style>
a { background-color: #CED3BD; }
a { background-color: rgb(206,211,189); }
div.DivClassName
{
background-color: #CED3BD;
}
.BgClassName
{
background-color: #CED3BD;
}
</style>
border-color css
<style>
span { border-color: #CED3BD; }
span { border-color: rgb(206,211,189); }
td.TdClassName
{
border-color: #CED3BD;
}
.TagClassName
{
border-color: #CED3BD;
}
</style>