Shades of Harp #CED3BF
Tints of Harp #CED3BF
RGB
CMYK
RGB Variations
Color information
#CED3BF (or 0xCED3BF) is known color: Harp. HEX triplet: CE, D3 and BF. RGB value is (206,211,191). Sum of RGB (Red+Green+Blue) = 206+211+191=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3BF is #312C40. Grayscale: #CFCFCF. Windows color (decimal): -3222593 or 12571598. OLE color: 12571598.
HSL color Cylindrical-coordinate representation of color #CED3BF: hue angle of 75º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED3BF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 191 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.17 |
| HSL | 75º | 0.19% | 0.79% | - |
| HSV(B) | 75º | 0.09% | 0.83% | - |
| XYZ | 58.15 | 63.47 | 58.48 | - |
| YUV | 207.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 191 | 0.02 | 0 | 0.09 | 0.17 | 75 | 0.19 | 0.79 |
| Hex | CE | D3 | BF | 2 | 0 | 9 | 11 | 4B | 13 | 4F |
| Octal | 316 | 323 | 277 | 2 | 0 | 11 | 21 | 113 | 23 | 117 |
| Binary | 11001110 | 11010011 | 10111111 | 10 | 0 | 1001 | 10001 | 1001011 | 10011 | 1001111 |
Color Harmonies of #CED3BF
Complementary color
Monochromatic Colors of #CED3BF
Black with #CED3BF
Text Example
Text Example
White with #CED3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3BF; }
p { color: rgb(206,211,191); }
H1.HeaderClassName
{
color: #CED3BF;
}
.AnyTagClassName
{
color: #CED3BF;
}
</style>
background-color css
<style>
a { background-color: #CED3BF; }
a { background-color: rgb(206,211,191); }
div.DivClassName
{
background-color: #CED3BF;
}
.BgClassName
{
background-color: #CED3BF;
}
</style>
border-color css
<style>
span { border-color: #CED3BF; }
span { border-color: rgb(206,211,191); }
td.TdClassName
{
border-color: #CED3BF;
}
.TagClassName
{
border-color: #CED3BF;
}
</style>