Shades of Edgewater #C6DACC
Tints of Edgewater #C6DACC
RGB
CMYK
RGB Variations
Color information
#C6DACC (or 0xC6DACC) is known color: Edgewater. HEX triplet: C6, DA and CC. RGB value is (198,218,204). Sum of RGB (Red+Green+Blue) = 198+218+204=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DACC is #392533. Grayscale: #D2D2D2. Windows color (decimal): -3745076 or 13425350. OLE color: 13425350.
HSL color Cylindrical-coordinate representation of color #C6DACC: hue angle of 138º degrees, saturation: 0.21, 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 #C6DACC is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 204 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.15 |
| HSL | 138º | 0.21% | 0.82% | - |
| HSV(B) | 138º | 0.09% | 0.85% | - |
| XYZ | 59.26 | 66.51 | 66.84 | - |
| YUV | 210.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 204 | 0.09 | 0 | 0.06 | 0.15 | 138 | 0.21 | 0.82 |
| Hex | C6 | DA | CC | 9 | 0 | 6 | F | 8A | 15 | 52 |
| Octal | 306 | 332 | 314 | 11 | 0 | 6 | 17 | 212 | 25 | 122 |
| Binary | 11000110 | 11011010 | 11001100 | 1001 | 0 | 110 | 1111 | 10001010 | 10101 | 1010010 |
Color Harmonies of #C6DACC
Complementary color
Monochromatic Colors of #C6DACC
Black with #C6DACC
Text Example
Text Example
White with #C6DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DACC; }
p { color: rgb(198,218,204); }
H1.HeaderClassName
{
color: #C6DACC;
}
.AnyTagClassName
{
color: #C6DACC;
}
</style>
background-color css
<style>
a { background-color: #C6DACC; }
a { background-color: rgb(198,218,204); }
div.DivClassName
{
background-color: #C6DACC;
}
.BgClassName
{
background-color: #C6DACC;
}
</style>
border-color css
<style>
span { border-color: #C6DACC; }
span { border-color: rgb(198,218,204); }
td.TdClassName
{
border-color: #C6DACC;
}
.TagClassName
{
border-color: #C6DACC;
}
</style>