Shades of Edgewater #C7DACC
Tints of Edgewater #C7DACC
RGB
CMYK
RGB Variations
Color information
#C7DACC (or 0xC7DACC) is known color: Edgewater. HEX triplet: C7, DA and CC. RGB value is (199,218,204). Sum of RGB (Red+Green+Blue) = 199+218+204=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DACC is #382533. Grayscale: #D2D2D2. Windows color (decimal): -3679540 or 13425351. OLE color: 13425351.
HSL color Cylindrical-coordinate representation of color #C7DACC: hue angle of 135.79º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DACC is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 204 | - |
CMYK | 0.09 | 0 | 0.06 | 0.15 |
HSL | 135.79º | 0.2% | 0.82% | - |
HSV(B) | 135.79º | 0.09% | 0.85% | - |
XYZ | 59.52 | 66.64 | 66.85 | - |
YUV | 210.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 204 | 0.09 | 0 | 0.06 | 0.15 | 135.79 | 0.2 | 0.82 |
Hex | C7 | DA | CC | 9 | 0 | 6 | F | 88 | 14 | 52 |
Octal | 307 | 332 | 314 | 11 | 0 | 6 | 17 | 210 | 24 | 122 |
Binary | 11000111 | 11011010 | 11001100 | 1001 | 0 | 110 | 1111 | 10001000 | 10100 | 1010010 |
Color Harmonies of #C7DACC
Complementary color
Monochromatic Colors of #C7DACC
Black with #C7DACC
Text Example
Text Example
White with #C7DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DACC; }
p { color: rgb(199,218,204); }
H1.HeaderClassName
{
color: #C7DACC;
}
.AnyTagClassName
{
color: #C7DACC;
}
</style>
background-color css
<style>
a { background-color: #C7DACC; }
a { background-color: rgb(199,218,204); }
div.DivClassName
{
background-color: #C7DACC;
}
.BgClassName
{
background-color: #C7DACC;
}
</style>
border-color css
<style>
span { border-color: #C7DACC; }
span { border-color: rgb(199,218,204); }
td.TdClassName
{
border-color: #C7DACC;
}
.TagClassName
{
border-color: #C7DACC;
}
</style>