Shades of Harp #CED0C6
Tints of Harp #CED0C6
RGB
CMYK
RGB Variations
Color information
#CED0C6 (or 0xCED0C6) is known color: Harp. HEX triplet: CE, D0 and C6. RGB value is (206,208,198). Sum of RGB (Red+Green+Blue) = 206+208+198=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0C6 is #312F39. Grayscale: #CECECE. Windows color (decimal): -3223354 or 13029582. OLE color: 13029582.
HSL color Cylindrical-coordinate representation of color #CED0C6: hue angle of 72º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED0C6 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 198 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.18 |
| HSL | 72º | 0.1% | 0.8% | - |
| HSV(B) | 72º | 0.05% | 0.82% | - |
| XYZ | 58.2 | 62.31 | 62.39 | - |
| YUV | 206.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 198 | 0.01 | 0 | 0.05 | 0.18 | 72 | 0.1 | 0.8 |
| Hex | CE | D0 | C6 | 1 | 0 | 5 | 12 | 48 | A | 50 |
| Octal | 316 | 320 | 306 | 1 | 0 | 5 | 22 | 110 | 12 | 120 |
| Binary | 11001110 | 11010000 | 11000110 | 1 | 0 | 101 | 10010 | 1001000 | 1010 | 1010000 |
Color Harmonies of #CED0C6
Complementary color
Monochromatic Colors of #CED0C6
Black with #CED0C6
Text Example
Text Example
White with #CED0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0C6; }
p { color: rgb(206,208,198); }
H1.HeaderClassName
{
color: #CED0C6;
}
.AnyTagClassName
{
color: #CED0C6;
}
</style>
background-color css
<style>
a { background-color: #CED0C6; }
a { background-color: rgb(206,208,198); }
div.DivClassName
{
background-color: #CED0C6;
}
.BgClassName
{
background-color: #CED0C6;
}
</style>
border-color css
<style>
span { border-color: #CED0C6; }
span { border-color: rgb(206,208,198); }
td.TdClassName
{
border-color: #CED0C6;
}
.TagClassName
{
border-color: #CED0C6;
}
</style>