Shades of Harp #CED1C3
Tints of Harp #CED1C3
RGB
CMYK
RGB Variations
Color information
#CED1C3 (or 0xCED1C3) is known color: Harp. HEX triplet: CE, D1 and C3. RGB value is (206,209,195). Sum of RGB (Red+Green+Blue) = 206+209+195=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1C3 is #312E3C. Grayscale: #CECECE. Windows color (decimal): -3223101 or 12833230. OLE color: 12833230.
HSL color Cylindrical-coordinate representation of color #CED1C3: hue angle of 72.86º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED1C3 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 195 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.18 |
| HSL | 72.86º | 0.13% | 0.79% | - |
| HSV(B) | 72.86º | 0.07% | 0.82% | - |
| XYZ | 58.1 | 62.66 | 60.66 | - |
| YUV | 206.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 195 | 0.01 | 0 | 0.07 | 0.18 | 72.86 | 0.13 | 0.79 |
| Hex | CE | D1 | C3 | 1 | 0 | 7 | 12 | 49 | D | 4F |
| Octal | 316 | 321 | 303 | 1 | 0 | 7 | 22 | 111 | 15 | 117 |
| Binary | 11001110 | 11010001 | 11000011 | 1 | 0 | 111 | 10010 | 1001001 | 1101 | 1001111 |
Color Harmonies of #CED1C3
Complementary color
Monochromatic Colors of #CED1C3
Black with #CED1C3
Text Example
Text Example
White with #CED1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1C3; }
p { color: rgb(206,209,195); }
H1.HeaderClassName
{
color: #CED1C3;
}
.AnyTagClassName
{
color: #CED1C3;
}
</style>
background-color css
<style>
a { background-color: #CED1C3; }
a { background-color: rgb(206,209,195); }
div.DivClassName
{
background-color: #CED1C3;
}
.BgClassName
{
background-color: #CED1C3;
}
</style>
border-color css
<style>
span { border-color: #CED1C3; }
span { border-color: rgb(206,209,195); }
td.TdClassName
{
border-color: #CED1C3;
}
.TagClassName
{
border-color: #CED1C3;
}
</style>