Shades of Edgewater #CED3CF
Tints of Edgewater #CED3CF
RGB
CMYK
RGB Variations
Color information
#CED3CF (or 0xCED3CF) is known color: Edgewater. HEX triplet: CE, D3 and CF. RGB value is (206,211,207). Sum of RGB (Red+Green+Blue) = 206+211+207=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3CF is #312C30. Grayscale: #D1D1D1. Windows color (decimal): -3222577 or 13620174. OLE color: 13620174.
HSL color Cylindrical-coordinate representation of color #CED3CF: hue angle of 132º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED3CF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 207 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.17 |
| HSL | 132º | 0.05% | 0.82% | - |
| HSV(B) | 132º | 0.02% | 0.83% | - |
| XYZ | 60.01 | 64.22 | 68.26 | - |
| YUV | 209.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 207 | 0.02 | 0 | 0.02 | 0.17 | 132 | 0.05 | 0.82 |
| Hex | CE | D3 | CF | 2 | 0 | 2 | 11 | 84 | 5 | 52 |
| Octal | 316 | 323 | 317 | 2 | 0 | 2 | 21 | 204 | 5 | 122 |
| Binary | 11001110 | 11010011 | 11001111 | 10 | 0 | 10 | 10001 | 10000100 | 101 | 1010010 |
Color Harmonies of #CED3CF
Complementary color
Monochromatic Colors of #CED3CF
Black with #CED3CF
Text Example
Text Example
White with #CED3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3CF; }
p { color: rgb(206,211,207); }
H1.HeaderClassName
{
color: #CED3CF;
}
.AnyTagClassName
{
color: #CED3CF;
}
</style>
background-color css
<style>
a { background-color: #CED3CF; }
a { background-color: rgb(206,211,207); }
div.DivClassName
{
background-color: #CED3CF;
}
.BgClassName
{
background-color: #CED3CF;
}
</style>
border-color css
<style>
span { border-color: #CED3CF; }
span { border-color: rgb(206,211,207); }
td.TdClassName
{
border-color: #CED3CF;
}
.TagClassName
{
border-color: #CED3CF;
}
</style>