Shades of Edgewater #C6DCCA
Tints of Edgewater #C6DCCA
RGB
CMYK
RGB Variations
Color information
#C6DCCA (or 0xC6DCCA) is known color: Edgewater. HEX triplet: C6, DC and CA. RGB value is (198,220,202). Sum of RGB (Red+Green+Blue) = 198+220+202=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCCA is #392335. Grayscale: #D3D3D3. Windows color (decimal): -3744566 or 13294790. OLE color: 13294790.
HSL color Cylindrical-coordinate representation of color #C6DCCA: hue angle of 130.91º degrees, saturation: 0.24, 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 #C6DCCA is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 202 | - |
| CMYK | 0.1 | 0 | 0.08 | 0.14 |
| HSL | 130.91º | 0.24% | 0.82% | - |
| HSV(B) | 130.91º | 0.1% | 0.86% | - |
| XYZ | 59.54 | 67.46 | 65.76 | - |
| YUV | 211.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 202 | 0.1 | 0 | 0.08 | 0.14 | 130.91 | 0.24 | 0.82 |
| Hex | C6 | DC | CA | A | 0 | 8 | E | 83 | 18 | 52 |
| Octal | 306 | 334 | 312 | 12 | 0 | 10 | 16 | 203 | 30 | 122 |
| Binary | 11000110 | 11011100 | 11001010 | 1010 | 0 | 1000 | 1110 | 10000011 | 11000 | 1010010 |
Color Harmonies of #C6DCCA
Complementary color
Monochromatic Colors of #C6DCCA
Black with #C6DCCA
Text Example
Text Example
White with #C6DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCCA; }
p { color: rgb(198,220,202); }
H1.HeaderClassName
{
color: #C6DCCA;
}
.AnyTagClassName
{
color: #C6DCCA;
}
</style>
background-color css
<style>
a { background-color: #C6DCCA; }
a { background-color: rgb(198,220,202); }
div.DivClassName
{
background-color: #C6DCCA;
}
.BgClassName
{
background-color: #C6DCCA;
}
</style>
border-color css
<style>
span { border-color: #C6DCCA; }
span { border-color: rgb(198,220,202); }
td.TdClassName
{
border-color: #C6DCCA;
}
.TagClassName
{
border-color: #C6DCCA;
}
</style>