Shades of Harp #CED1C2
Tints of Harp #CED1C2
RGB
CMYK
RGB Variations
Color information
#CED1C2 (or 0xCED1C2) is known color: Harp. HEX triplet: CE, D1 and C2. RGB value is (206,209,194). Sum of RGB (Red+Green+Blue) = 206+209+194=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1C2 is #312E3D. Grayscale: #CECECE. Windows color (decimal): -3223102 or 12767694. OLE color: 12767694.
HSL color Cylindrical-coordinate representation of color #CED1C2: hue angle of 72º degrees, saturation: 0.14, 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 #CED1C2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 194 | - |
CMYK | 0.01 | 0 | 0.07 | 0.18 |
HSL | 72º | 0.14% | 0.79% | - |
HSV(B) | 72º | 0.07% | 0.82% | - |
XYZ | 57.99 | 62.62 | 60.07 | - |
YUV | 206.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 194 | 0.01 | 0 | 0.07 | 0.18 | 72 | 0.14 | 0.79 |
Hex | CE | D1 | C2 | 1 | 0 | 7 | 12 | 48 | E | 4F |
Octal | 316 | 321 | 302 | 1 | 0 | 7 | 22 | 110 | 16 | 117 |
Binary | 11001110 | 11010001 | 11000010 | 1 | 0 | 111 | 10010 | 1001000 | 1110 | 1001111 |
Color Harmonies of #CED1C2
Complementary color
Monochromatic Colors of #CED1C2
Black with #CED1C2
Text Example
Text Example
White with #CED1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1C2; }
p { color: rgb(206,209,194); }
H1.HeaderClassName
{
color: #CED1C2;
}
.AnyTagClassName
{
color: #CED1C2;
}
</style>
background-color css
<style>
a { background-color: #CED1C2; }
a { background-color: rgb(206,209,194); }
div.DivClassName
{
background-color: #CED1C2;
}
.BgClassName
{
background-color: #CED1C2;
}
</style>
border-color css
<style>
span { border-color: #CED1C2; }
span { border-color: rgb(206,209,194); }
td.TdClassName
{
border-color: #CED1C2;
}
.TagClassName
{
border-color: #CED1C2;
}
</style>