Shades of Edgewater #CDD5CF
Tints of Edgewater #CDD5CF
RGB
CMYK
RGB Variations
Color information
#CDD5CF (or 0xCDD5CF) is known color: Edgewater. HEX triplet: CD, D5 and CF. RGB value is (205,213,207). Sum of RGB (Red+Green+Blue) = 205+213+207=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CF is #322A30. Grayscale: #D1D1D1. Windows color (decimal): -3287601 or 13620685. OLE color: 13620685.
HSL color Cylindrical-coordinate representation of color #CDD5CF: 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 #CDD5CF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 213 | 207 | - |
CMYK | 0.04 | 0 | 0.03 | 0.16 |
HSL | 135º | 0.09% | 0.82% | - |
HSV(B) | 135º | 0.04% | 0.84% | - |
XYZ | 60.23 | 65.07 | 68.42 | - |
YUV | 209.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 207 | 0.04 | 0 | 0.03 | 0.16 | 135 | 0.09 | 0.82 |
Hex | CD | D5 | CF | 4 | 0 | 3 | 10 | 87 | 9 | 52 |
Octal | 315 | 325 | 317 | 4 | 0 | 3 | 20 | 207 | 11 | 122 |
Binary | 11001101 | 11010101 | 11001111 | 100 | 0 | 11 | 10000 | 10000111 | 1001 | 1010010 |
Color Harmonies of #CDD5CF
Complementary color
Monochromatic Colors of #CDD5CF
Black with #CDD5CF
Text Example
Text Example
White with #CDD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5CF; }
p { color: rgb(205,213,207); }
H1.HeaderClassName
{
color: #CDD5CF;
}
.AnyTagClassName
{
color: #CDD5CF;
}
</style>
background-color css
<style>
a { background-color: #CDD5CF; }
a { background-color: rgb(205,213,207); }
div.DivClassName
{
background-color: #CDD5CF;
}
.BgClassName
{
background-color: #CDD5CF;
}
</style>
border-color css
<style>
span { border-color: #CDD5CF; }
span { border-color: rgb(205,213,207); }
td.TdClassName
{
border-color: #CDD5CF;
}
.TagClassName
{
border-color: #CDD5CF;
}
</style>