Shades of Edgewater #C2DEC5
Tints of Edgewater #C2DEC5
RGB
CMYK
RGB Variations
Color information
#C2DEC5 (or 0xC2DEC5) is known color: Edgewater. HEX triplet: C2, DE and C5. RGB value is (194,222,197). Sum of RGB (Red+Green+Blue) = 194+222+197=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC5 is #3D213A. Grayscale: #D2D2D2. Windows color (decimal): -4006203 or 12967618. OLE color: 12967618.
HSL color Cylindrical-coordinate representation of color #C2DEC5: hue angle of 126.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEC5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 197 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.13 |
| HSL | 126.43º | 0.3% | 0.82% | - |
| HSV(B) | 126.43º | 0.13% | 0.87% | - |
| XYZ | 58.45 | 67.74 | 62.82 | - |
| YUV | 210.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 197 | 0.13 | 0 | 0.11 | 0.13 | 126.43 | 0.3 | 0.82 |
| Hex | C2 | DE | C5 | D | 0 | B | D | 7E | 1E | 52 |
| Octal | 302 | 336 | 305 | 15 | 0 | 13 | 15 | 176 | 36 | 122 |
| Binary | 11000010 | 11011110 | 11000101 | 1101 | 0 | 1011 | 1101 | 1111110 | 11110 | 1010010 |
Color Harmonies of #C2DEC5
Complementary color
Monochromatic Colors of #C2DEC5
Black with #C2DEC5
Text Example
Text Example
White with #C2DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEC5; }
p { color: rgb(194,222,197); }
H1.HeaderClassName
{
color: #C2DEC5;
}
.AnyTagClassName
{
color: #C2DEC5;
}
</style>
background-color css
<style>
a { background-color: #C2DEC5; }
a { background-color: rgb(194,222,197); }
div.DivClassName
{
background-color: #C2DEC5;
}
.BgClassName
{
background-color: #C2DEC5;
}
</style>
border-color css
<style>
span { border-color: #C2DEC5; }
span { border-color: rgb(194,222,197); }
td.TdClassName
{
border-color: #C2DEC5;
}
.TagClassName
{
border-color: #C2DEC5;
}
</style>