Shades of Edgewater #CED4CF
Tints of Edgewater #CED4CF
RGB
CMYK
RGB Variations
Color information
#CED4CF (or 0xCED4CF) is known color: Edgewater. HEX triplet: CE, D4 and CF. RGB value is (206,212,207). Sum of RGB (Red+Green+Blue) = 206+212+207=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CF is #312B30. Grayscale: #D1D1D1. Windows color (decimal): -3222321 or 13620430. OLE color: 13620430.
HSL color Cylindrical-coordinate representation of color #CED4CF: hue angle of 130º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED4CF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 207 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.17 |
| HSL | 130º | 0.07% | 0.82% | - |
| HSV(B) | 130º | 0.03% | 0.83% | - |
| XYZ | 60.26 | 64.71 | 68.35 | - |
| YUV | 209.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 207 | 0.03 | 0 | 0.02 | 0.17 | 130 | 0.07 | 0.82 |
| Hex | CE | D4 | CF | 3 | 0 | 2 | 11 | 82 | 7 | 52 |
| Octal | 316 | 324 | 317 | 3 | 0 | 2 | 21 | 202 | 7 | 122 |
| Binary | 11001110 | 11010100 | 11001111 | 11 | 0 | 10 | 10001 | 10000010 | 111 | 1010010 |
Color Harmonies of #CED4CF
Complementary color
Monochromatic Colors of #CED4CF
Black with #CED4CF
Text Example
Text Example
White with #CED4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4CF; }
p { color: rgb(206,212,207); }
H1.HeaderClassName
{
color: #CED4CF;
}
.AnyTagClassName
{
color: #CED4CF;
}
</style>
background-color css
<style>
a { background-color: #CED4CF; }
a { background-color: rgb(206,212,207); }
div.DivClassName
{
background-color: #CED4CF;
}
.BgClassName
{
background-color: #CED4CF;
}
</style>
border-color css
<style>
span { border-color: #CED4CF; }
span { border-color: rgb(206,212,207); }
td.TdClassName
{
border-color: #CED4CF;
}
.TagClassName
{
border-color: #CED4CF;
}
</style>