Shades of Harp #CED2C1
Tints of Harp #CED2C1
RGB
CMYK
RGB Variations
Color information
#CED2C1 (or 0xCED2C1) is known color: Harp. HEX triplet: CE, D2 and C1. RGB value is (206,210,193). Sum of RGB (Red+Green+Blue) = 206+210+193=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2C1 is #312D3E. Grayscale: #CECECE. Windows color (decimal): -3222847 or 12702414. OLE color: 12702414.
HSL color Cylindrical-coordinate representation of color #CED2C1: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED2C1 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 193 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.18 |
| HSL | 74.12º | 0.16% | 0.79% | - |
| HSV(B) | 74.12º | 0.08% | 0.82% | - |
| XYZ | 58.13 | 63.07 | 59.56 | - |
| YUV | 206.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 193 | 0.02 | 0 | 0.08 | 0.18 | 74.12 | 0.16 | 0.79 |
| Hex | CE | D2 | C1 | 2 | 0 | 8 | 12 | 4A | 10 | 4F |
| Octal | 316 | 322 | 301 | 2 | 0 | 10 | 22 | 112 | 20 | 117 |
| Binary | 11001110 | 11010010 | 11000001 | 10 | 0 | 1000 | 10010 | 1001010 | 10000 | 1001111 |
Color Harmonies of #CED2C1
Complementary color
Monochromatic Colors of #CED2C1
Black with #CED2C1
Text Example
Text Example
White with #CED2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2C1; }
p { color: rgb(206,210,193); }
H1.HeaderClassName
{
color: #CED2C1;
}
.AnyTagClassName
{
color: #CED2C1;
}
</style>
background-color css
<style>
a { background-color: #CED2C1; }
a { background-color: rgb(206,210,193); }
div.DivClassName
{
background-color: #CED2C1;
}
.BgClassName
{
background-color: #CED2C1;
}
</style>
border-color css
<style>
span { border-color: #CED2C1; }
span { border-color: rgb(206,210,193); }
td.TdClassName
{
border-color: #CED2C1;
}
.TagClassName
{
border-color: #CED2C1;
}
</style>