Shades of Edgewater #C6DFC9
Tints of Edgewater #C6DFC9
RGB
CMYK
RGB Variations
Color information
#C6DFC9 (or 0xC6DFC9) is known color: Edgewater. HEX triplet: C6, DF and C9. RGB value is (198,223,201). Sum of RGB (Red+Green+Blue) = 198+223+201=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFC9 is #392036. Grayscale: #D5D5D5. Windows color (decimal): -3743799 or 13230022. OLE color: 13230022.
HSL color Cylindrical-coordinate representation of color #C6DFC9: hue angle of 127.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DFC9 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 201 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.13 |
| HSL | 127.2º | 0.28% | 0.83% | - |
| HSV(B) | 127.2º | 0.11% | 0.87% | - |
| XYZ | 60.22 | 69 | 65.4 | - |
| YUV | 213.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 201 | 0.11 | 0 | 0.10 | 0.13 | 127.2 | 0.28 | 0.83 |
| Hex | C6 | DF | C9 | B | 0 | A | D | 7F | 1C | 53 |
| Octal | 306 | 337 | 311 | 13 | 0 | 12 | 15 | 177 | 34 | 123 |
| Binary | 11000110 | 11011111 | 11001001 | 1011 | 0 | 1010 | 1101 | 1111111 | 11100 | 1010011 |
Color Harmonies of #C6DFC9
Complementary color
Monochromatic Colors of #C6DFC9
Black with #C6DFC9
Text Example
Text Example
White with #C6DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFC9; }
p { color: rgb(198,223,201); }
H1.HeaderClassName
{
color: #C6DFC9;
}
.AnyTagClassName
{
color: #C6DFC9;
}
</style>
background-color css
<style>
a { background-color: #C6DFC9; }
a { background-color: rgb(198,223,201); }
div.DivClassName
{
background-color: #C6DFC9;
}
.BgClassName
{
background-color: #C6DFC9;
}
</style>
border-color css
<style>
span { border-color: #C6DFC9; }
span { border-color: rgb(198,223,201); }
td.TdClassName
{
border-color: #C6DFC9;
}
.TagClassName
{
border-color: #C6DFC9;
}
</style>