Shades of Edgewater #C6DEC9
Tints of Edgewater #C6DEC9
RGB
CMYK
RGB Variations
Color information
#C6DEC9 (or 0xC6DEC9) is known color: Edgewater. HEX triplet: C6, DE and C9. RGB value is (198,222,201). Sum of RGB (Red+Green+Blue) = 198+222+201=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DEC9 is #392136. Grayscale: #D4D4D4. Windows color (decimal): -3744055 or 13229766. OLE color: 13229766.
HSL color Cylindrical-coordinate representation of color #C6DEC9: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DEC9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 201 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.13 |
| HSL | 127.5º | 0.27% | 0.82% | - |
| HSV(B) | 127.5º | 0.11% | 0.87% | - |
| XYZ | 59.95 | 68.47 | 65.31 | - |
| YUV | 212.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 201 | 0.11 | 0 | 0.09 | 0.13 | 127.5 | 0.27 | 0.82 |
| Hex | C6 | DE | C9 | B | 0 | 9 | D | 80 | 1B | 52 |
| Octal | 306 | 336 | 311 | 13 | 0 | 11 | 15 | 200 | 33 | 122 |
| Binary | 11000110 | 11011110 | 11001001 | 1011 | 0 | 1001 | 1101 | 10000000 | 11011 | 1010010 |
Color Harmonies of #C6DEC9
Complementary color
Monochromatic Colors of #C6DEC9
Black with #C6DEC9
Text Example
Text Example
White with #C6DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEC9; }
p { color: rgb(198,222,201); }
H1.HeaderClassName
{
color: #C6DEC9;
}
.AnyTagClassName
{
color: #C6DEC9;
}
</style>
background-color css
<style>
a { background-color: #C6DEC9; }
a { background-color: rgb(198,222,201); }
div.DivClassName
{
background-color: #C6DEC9;
}
.BgClassName
{
background-color: #C6DEC9;
}
</style>
border-color css
<style>
span { border-color: #C6DEC9; }
span { border-color: rgb(198,222,201); }
td.TdClassName
{
border-color: #C6DEC9;
}
.TagClassName
{
border-color: #C6DEC9;
}
</style>