Shades of Edgewater #CDD2CE
Tints of Edgewater #CDD2CE
RGB
CMYK
RGB Variations
Color information
#CDD2CE (or 0xCDD2CE) is known color: Edgewater. HEX triplet: CD, D2 and CE. RGB value is (205,210,206). Sum of RGB (Red+Green+Blue) = 205+210+206=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2CE is #322D31. Grayscale: #D0D0D0. Windows color (decimal): -3288370 or 13554381. OLE color: 13554381.
HSL color Cylindrical-coordinate representation of color #CDD2CE: hue angle of 132º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD2CE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 206 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.18 |
| HSL | 132º | 0.05% | 0.81% | - |
| HSV(B) | 132º | 0.02% | 0.82% | - |
| XYZ | 59.36 | 63.53 | 67.53 | - |
| YUV | 208.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 206 | 0.02 | 0 | 0.02 | 0.18 | 132 | 0.05 | 0.81 |
| Hex | CD | D2 | CE | 2 | 0 | 2 | 12 | 84 | 5 | 51 |
| Octal | 315 | 322 | 316 | 2 | 0 | 2 | 22 | 204 | 5 | 121 |
| Binary | 11001101 | 11010010 | 11001110 | 10 | 0 | 10 | 10010 | 10000100 | 101 | 1010001 |
Color Harmonies of #CDD2CE
Complementary color
Monochromatic Colors of #CDD2CE
Black with #CDD2CE
Text Example
Text Example
White with #CDD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2CE; }
p { color: rgb(205,210,206); }
H1.HeaderClassName
{
color: #CDD2CE;
}
.AnyTagClassName
{
color: #CDD2CE;
}
</style>
background-color css
<style>
a { background-color: #CDD2CE; }
a { background-color: rgb(205,210,206); }
div.DivClassName
{
background-color: #CDD2CE;
}
.BgClassName
{
background-color: #CDD2CE;
}
</style>
border-color css
<style>
span { border-color: #CDD2CE; }
span { border-color: rgb(205,210,206); }
td.TdClassName
{
border-color: #CDD2CE;
}
.TagClassName
{
border-color: #CDD2CE;
}
</style>