Shades of Edgewater #CED6D0
Tints of Edgewater #CED6D0
RGB
CMYK
RGB Variations
Color information
#CED6D0 (or 0xCED6D0) is known color: Edgewater. HEX triplet: CE, D6 and D0. RGB value is (206,214,208). Sum of RGB (Red+Green+Blue) = 206+214+208=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D0 is #31292F. Grayscale: #D2D2D2. Windows color (decimal): -3221808 or 13686478. OLE color: 13686478.
HSL color Cylindrical-coordinate representation of color #CED6D0: hue angle of 135º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6D0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 214 | 208 | - |
CMYK | 0.04 | 0 | 0.03 | 0.16 |
HSL | 135º | 0.09% | 0.82% | - |
HSV(B) | 135º | 0.04% | 0.84% | - |
XYZ | 60.89 | 65.77 | 69.16 | - |
YUV | 210.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 208 | 0.04 | 0 | 0.03 | 0.16 | 135 | 0.09 | 0.82 |
Hex | CE | D6 | D0 | 4 | 0 | 3 | 10 | 87 | 9 | 52 |
Octal | 316 | 326 | 320 | 4 | 0 | 3 | 20 | 207 | 11 | 122 |
Binary | 11001110 | 11010110 | 11010000 | 100 | 0 | 11 | 10000 | 10000111 | 1001 | 1010010 |
Color Harmonies of #CED6D0
Complementary color
Monochromatic Colors of #CED6D0
Black with #CED6D0
Text Example
Text Example
White with #CED6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6D0; }
p { color: rgb(206,214,208); }
H1.HeaderClassName
{
color: #CED6D0;
}
.AnyTagClassName
{
color: #CED6D0;
}
</style>
background-color css
<style>
a { background-color: #CED6D0; }
a { background-color: rgb(206,214,208); }
div.DivClassName
{
background-color: #CED6D0;
}
.BgClassName
{
background-color: #CED6D0;
}
</style>
border-color css
<style>
span { border-color: #CED6D0; }
span { border-color: rgb(206,214,208); }
td.TdClassName
{
border-color: #CED6D0;
}
.TagClassName
{
border-color: #CED6D0;
}
</style>