Shades of Edgewater #CDD6CF
Tints of Edgewater #CDD6CF
RGB
CMYK
RGB Variations
Color information
#CDD6CF (or 0xCDD6CF) is known color: Edgewater. HEX triplet: CD, D6 and CF. RGB value is (205,214,207). Sum of RGB (Red+Green+Blue) = 205+214+207=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6CF is #322930. Grayscale: #D2D2D2. Windows color (decimal): -3287345 or 13620941. OLE color: 13620941.
HSL color Cylindrical-coordinate representation of color #CDD6CF: hue angle of 133.33º degrees, saturation: 0.1, 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 #CDD6CF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 207 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.16 |
| HSL | 133.33º | 0.1% | 0.82% | - |
| HSV(B) | 133.33º | 0.04% | 0.84% | - |
| XYZ | 60.49 | 65.58 | 68.5 | - |
| YUV | 210.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 207 | 0.04 | 0 | 0.03 | 0.16 | 133.33 | 0.1 | 0.82 |
| Hex | CD | D6 | CF | 4 | 0 | 3 | 10 | 85 | A | 52 |
| Octal | 315 | 326 | 317 | 4 | 0 | 3 | 20 | 205 | 12 | 122 |
| Binary | 11001101 | 11010110 | 11001111 | 100 | 0 | 11 | 10000 | 10000101 | 1010 | 1010010 |
Color Harmonies of #CDD6CF
Complementary color
Monochromatic Colors of #CDD6CF
Black with #CDD6CF
Text Example
Text Example
White with #CDD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6CF; }
p { color: rgb(205,214,207); }
H1.HeaderClassName
{
color: #CDD6CF;
}
.AnyTagClassName
{
color: #CDD6CF;
}
</style>
background-color css
<style>
a { background-color: #CDD6CF; }
a { background-color: rgb(205,214,207); }
div.DivClassName
{
background-color: #CDD6CF;
}
.BgClassName
{
background-color: #CDD6CF;
}
</style>
border-color css
<style>
span { border-color: #CDD6CF; }
span { border-color: rgb(205,214,207); }
td.TdClassName
{
border-color: #CDD6CF;
}
.TagClassName
{
border-color: #CDD6CF;
}
</style>