Shades of Edgewater #CED2CF
Tints of Edgewater #CED2CF
RGB
CMYK
RGB Variations
Color information
#CED2CF (or 0xCED2CF) is known color: Edgewater. HEX triplet: CE, D2 and CF. RGB value is (206,210,207). Sum of RGB (Red+Green+Blue) = 206+210+207=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2CF is #312D30. Grayscale: #D0D0D0. Windows color (decimal): -3222833 or 13619918. OLE color: 13619918.
HSL color Cylindrical-coordinate representation of color #CED2CF: hue angle of 135º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED2CF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 210 | 207 | - |
CMYK | 0.02 | 0 | 0.01 | 0.18 |
HSL | 135º | 0.04% | 0.82% | - |
HSV(B) | 135º | 0.02% | 0.82% | - |
XYZ | 59.76 | 63.72 | 68.18 | - |
YUV | 208.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 207 | 0.02 | 0 | 0.01 | 0.18 | 135 | 0.04 | 0.82 |
Hex | CE | D2 | CF | 2 | 0 | 1 | 12 | 87 | 4 | 52 |
Octal | 316 | 322 | 317 | 2 | 0 | 1 | 22 | 207 | 4 | 122 |
Binary | 11001110 | 11010010 | 11001111 | 10 | 0 | 1 | 10010 | 10000111 | 100 | 1010010 |
Color Harmonies of #CED2CF
Complementary color
Monochromatic Colors of #CED2CF
Black with #CED2CF
Text Example
Text Example
White with #CED2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2CF; }
p { color: rgb(206,210,207); }
H1.HeaderClassName
{
color: #CED2CF;
}
.AnyTagClassName
{
color: #CED2CF;
}
</style>
background-color css
<style>
a { background-color: #CED2CF; }
a { background-color: rgb(206,210,207); }
div.DivClassName
{
background-color: #CED2CF;
}
.BgClassName
{
background-color: #CED2CF;
}
</style>
border-color css
<style>
span { border-color: #CED2CF; }
span { border-color: rgb(206,210,207); }
td.TdClassName
{
border-color: #CED2CF;
}
.TagClassName
{
border-color: #CED2CF;
}
</style>