Shades of Edgewater #CED7D0
Tints of Edgewater #CED7D0
RGB
CMYK
RGB Variations
Color information
#CED7D0 (or 0xCED7D0) is known color: Edgewater. HEX triplet: CE, D7 and D0. RGB value is (206,215,208). Sum of RGB (Red+Green+Blue) = 206+215+208=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7D0 is #31282F. Grayscale: #D3D3D3. Windows color (decimal): -3221552 or 13686734. OLE color: 13686734.
HSL color Cylindrical-coordinate representation of color #CED7D0: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED7D0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 215 | 208 | - |
CMYK | 0.04 | 0 | 0.03 | 0.16 |
HSL | 133.33º | 0.1% | 0.83% | - |
HSV(B) | 133.33º | 0.04% | 0.84% | - |
XYZ | 61.14 | 66.28 | 69.24 | - |
YUV | 211.51 | 126.02 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 208 | 0.04 | 0 | 0.03 | 0.16 | 133.33 | 0.1 | 0.83 |
Hex | CE | D7 | D0 | 4 | 0 | 3 | 10 | 85 | A | 53 |
Octal | 316 | 327 | 320 | 4 | 0 | 3 | 20 | 205 | 12 | 123 |
Binary | 11001110 | 11010111 | 11010000 | 100 | 0 | 11 | 10000 | 10000101 | 1010 | 1010011 |
Color Harmonies of #CED7D0
Complementary color
Monochromatic Colors of #CED7D0
Black with #CED7D0
Text Example
Text Example
White with #CED7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7D0; }
p { color: rgb(206,215,208); }
H1.HeaderClassName
{
color: #CED7D0;
}
.AnyTagClassName
{
color: #CED7D0;
}
</style>
background-color css
<style>
a { background-color: #CED7D0; }
a { background-color: rgb(206,215,208); }
div.DivClassName
{
background-color: #CED7D0;
}
.BgClassName
{
background-color: #CED7D0;
}
</style>
border-color css
<style>
span { border-color: #CED7D0; }
span { border-color: rgb(206,215,208); }
td.TdClassName
{
border-color: #CED7D0;
}
.TagClassName
{
border-color: #CED7D0;
}
</style>