Shades of Harp #CED0C5
Tints of Harp #CED0C5
RGB
CMYK
RGB Variations
Color information
#CED0C5 (or 0xCED0C5) is known color: Harp. HEX triplet: CE, D0 and C5. RGB value is (206,208,197). Sum of RGB (Red+Green+Blue) = 206+208+197=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0C5 is #312F3A. Grayscale: #CECECE. Windows color (decimal): -3223355 or 12964046. OLE color: 12964046.
HSL color Cylindrical-coordinate representation of color #CED0C5: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED0C5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 197 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.18 |
| HSL | 70.91º | 0.1% | 0.79% | - |
| HSV(B) | 70.91º | 0.05% | 0.82% | - |
| XYZ | 58.09 | 62.26 | 61.78 | - |
| YUV | 206.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 197 | 0.01 | 0 | 0.05 | 0.18 | 70.91 | 0.1 | 0.79 |
| Hex | CE | D0 | C5 | 1 | 0 | 5 | 12 | 47 | A | 4F |
| Octal | 316 | 320 | 305 | 1 | 0 | 5 | 22 | 107 | 12 | 117 |
| Binary | 11001110 | 11010000 | 11000101 | 1 | 0 | 101 | 10010 | 1000111 | 1010 | 1001111 |
Color Harmonies of #CED0C5
Complementary color
Monochromatic Colors of #CED0C5
Black with #CED0C5
Text Example
Text Example
White with #CED0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0C5; }
p { color: rgb(206,208,197); }
H1.HeaderClassName
{
color: #CED0C5;
}
.AnyTagClassName
{
color: #CED0C5;
}
</style>
background-color css
<style>
a { background-color: #CED0C5; }
a { background-color: rgb(206,208,197); }
div.DivClassName
{
background-color: #CED0C5;
}
.BgClassName
{
background-color: #CED0C5;
}
</style>
border-color css
<style>
span { border-color: #CED0C5; }
span { border-color: rgb(206,208,197); }
td.TdClassName
{
border-color: #CED0C5;
}
.TagClassName
{
border-color: #CED0C5;
}
</style>