Shades of Harp #CED3B7
Tints of Harp #CED3B7
RGB
CMYK
RGB Variations
Color information
#CED3B7 (or 0xCED3B7) is known color: Harp. HEX triplet: CE, D3 and B7. RGB value is (206,211,183). Sum of RGB (Red+Green+Blue) = 206+211+183=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3B7 is #312C48. Grayscale: #CECECE. Windows color (decimal): -3222601 or 12047310. OLE color: 12047310.
HSL color Cylindrical-coordinate representation of color #CED3B7: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED3B7 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 183 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.17 |
| HSL | 70.71º | 0.24% | 0.77% | - |
| HSV(B) | 70.71º | 0.13% | 0.83% | - |
| XYZ | 57.3 | 63.13 | 53.97 | - |
| YUV | 206.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 183 | 0.02 | 0 | 0.13 | 0.17 | 70.71 | 0.24 | 0.77 |
| Hex | CE | D3 | B7 | 2 | 0 | D | 11 | 47 | 18 | 4D |
| Octal | 316 | 323 | 267 | 2 | 0 | 15 | 21 | 107 | 30 | 115 |
| Binary | 11001110 | 11010011 | 10110111 | 10 | 0 | 1101 | 10001 | 1000111 | 11000 | 1001101 |
Color Harmonies of #CED3B7
Complementary color
Monochromatic Colors of #CED3B7
Black with #CED3B7
Text Example
Text Example
White with #CED3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3B7; }
p { color: rgb(206,211,183); }
H1.HeaderClassName
{
color: #CED3B7;
}
.AnyTagClassName
{
color: #CED3B7;
}
</style>
background-color css
<style>
a { background-color: #CED3B7; }
a { background-color: rgb(206,211,183); }
div.DivClassName
{
background-color: #CED3B7;
}
.BgClassName
{
background-color: #CED3B7;
}
</style>
border-color css
<style>
span { border-color: #CED3B7; }
span { border-color: rgb(206,211,183); }
td.TdClassName
{
border-color: #CED3B7;
}
.TagClassName
{
border-color: #CED3B7;
}
</style>