Shades of Edgewater #C6DDCA
Tints of Edgewater #C6DDCA
RGB
CMYK
RGB Variations
Color information
#C6DDCA (or 0xC6DDCA) is known color: Edgewater. HEX triplet: C6, DD and CA. RGB value is (198,221,202). Sum of RGB (Red+Green+Blue) = 198+221+202=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCA is #392235. Grayscale: #D4D4D4. Windows color (decimal): -3744310 or 13295046. OLE color: 13295046.
HSL color Cylindrical-coordinate representation of color #C6DDCA: hue angle of 130.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDCA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 202 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.13 |
| HSL | 130.43º | 0.25% | 0.82% | - |
| HSV(B) | 130.43º | 0.1% | 0.87% | - |
| XYZ | 59.81 | 67.98 | 65.85 | - |
| YUV | 211.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 202 | 0.10 | 0 | 0.09 | 0.13 | 130.43 | 0.25 | 0.82 |
| Hex | C6 | DD | CA | A | 0 | 9 | D | 82 | 19 | 52 |
| Octal | 306 | 335 | 312 | 12 | 0 | 11 | 15 | 202 | 31 | 122 |
| Binary | 11000110 | 11011101 | 11001010 | 1010 | 0 | 1001 | 1101 | 10000010 | 11001 | 1010010 |
Color Harmonies of #C6DDCA
Complementary color
Monochromatic Colors of #C6DDCA
Black with #C6DDCA
Text Example
Text Example
White with #C6DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDCA; }
p { color: rgb(198,221,202); }
H1.HeaderClassName
{
color: #C6DDCA;
}
.AnyTagClassName
{
color: #C6DDCA;
}
</style>
background-color css
<style>
a { background-color: #C6DDCA; }
a { background-color: rgb(198,221,202); }
div.DivClassName
{
background-color: #C6DDCA;
}
.BgClassName
{
background-color: #C6DDCA;
}
</style>
border-color css
<style>
span { border-color: #C6DDCA; }
span { border-color: rgb(198,221,202); }
td.TdClassName
{
border-color: #C6DDCA;
}
.TagClassName
{
border-color: #C6DDCA;
}
</style>