Shades of Edgewater #C6DBCA
Tints of Edgewater #C6DBCA
RGB
CMYK
RGB Variations
Color information
#C6DBCA (or 0xC6DBCA) is known color: Edgewater. HEX triplet: C6, DB and CA. RGB value is (198,219,202). Sum of RGB (Red+Green+Blue) = 198+219+202=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBCA is #392435. Grayscale: #D2D2D2. Windows color (decimal): -3744822 or 13294534. OLE color: 13294534.
HSL color Cylindrical-coordinate representation of color #C6DBCA: hue angle of 131.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DBCA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 202 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.14 |
| HSL | 131.43º | 0.23% | 0.82% | - |
| HSV(B) | 131.43º | 0.1% | 0.86% | - |
| XYZ | 59.28 | 66.93 | 65.67 | - |
| YUV | 210.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 202 | 0.10 | 0 | 0.08 | 0.14 | 131.43 | 0.23 | 0.82 |
| Hex | C6 | DB | CA | A | 0 | 8 | E | 83 | 17 | 52 |
| Octal | 306 | 333 | 312 | 12 | 0 | 10 | 16 | 203 | 27 | 122 |
| Binary | 11000110 | 11011011 | 11001010 | 1010 | 0 | 1000 | 1110 | 10000011 | 10111 | 1010010 |
Color Harmonies of #C6DBCA
Complementary color
Monochromatic Colors of #C6DBCA
Black with #C6DBCA
Text Example
Text Example
White with #C6DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBCA; }
p { color: rgb(198,219,202); }
H1.HeaderClassName
{
color: #C6DBCA;
}
.AnyTagClassName
{
color: #C6DBCA;
}
</style>
background-color css
<style>
a { background-color: #C6DBCA; }
a { background-color: rgb(198,219,202); }
div.DivClassName
{
background-color: #C6DBCA;
}
.BgClassName
{
background-color: #C6DBCA;
}
</style>
border-color css
<style>
span { border-color: #C6DBCA; }
span { border-color: rgb(198,219,202); }
td.TdClassName
{
border-color: #C6DBCA;
}
.TagClassName
{
border-color: #C6DBCA;
}
</style>