Shades of Edgewater #CDD3CE
Tints of Edgewater #CDD3CE
RGB
CMYK
RGB Variations
Color information
#CDD3CE (or 0xCDD3CE) is known color: Edgewater. HEX triplet: CD, D3 and CE. RGB value is (205,211,206). Sum of RGB (Red+Green+Blue) = 205+211+206=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3CE is #322C31. Grayscale: #D0D0D0. Windows color (decimal): -3288114 or 13554637. OLE color: 13554637.
HSL color Cylindrical-coordinate representation of color #CDD3CE: hue angle of 130º degrees, saturation: 0.06, 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 #CDD3CE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 206 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.17 |
| HSL | 130º | 0.06% | 0.82% | - |
| HSV(B) | 130º | 0.03% | 0.83% | - |
| XYZ | 59.61 | 64.02 | 67.61 | - |
| YUV | 208.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 206 | 0.03 | 0 | 0.02 | 0.17 | 130 | 0.06 | 0.82 |
| Hex | CD | D3 | CE | 3 | 0 | 2 | 11 | 82 | 6 | 52 |
| Octal | 315 | 323 | 316 | 3 | 0 | 2 | 21 | 202 | 6 | 122 |
| Binary | 11001101 | 11010011 | 11001110 | 11 | 0 | 10 | 10001 | 10000010 | 110 | 1010010 |
Color Harmonies of #CDD3CE
Complementary color
Monochromatic Colors of #CDD3CE
Black with #CDD3CE
Text Example
Text Example
White with #CDD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3CE; }
p { color: rgb(205,211,206); }
H1.HeaderClassName
{
color: #CDD3CE;
}
.AnyTagClassName
{
color: #CDD3CE;
}
</style>
background-color css
<style>
a { background-color: #CDD3CE; }
a { background-color: rgb(205,211,206); }
div.DivClassName
{
background-color: #CDD3CE;
}
.BgClassName
{
background-color: #CDD3CE;
}
</style>
border-color css
<style>
span { border-color: #CDD3CE; }
span { border-color: rgb(205,211,206); }
td.TdClassName
{
border-color: #CDD3CE;
}
.TagClassName
{
border-color: #CDD3CE;
}
</style>