Shades of Edgewater #C2DAC8
Tints of Edgewater #C2DAC8
RGB
CMYK
RGB Variations
Color information
#C2DAC8 (or 0xC2DAC8) is known color: Edgewater. HEX triplet: C2, DA and C8. RGB value is (194,218,200). Sum of RGB (Red+Green+Blue) = 194+218+200=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC8 is #3D2537. Grayscale: #D0D0D0. Windows color (decimal): -4007224 or 13163202. OLE color: 13163202.
HSL color Cylindrical-coordinate representation of color #C2DAC8: hue angle of 135º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DAC8 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 200 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.15 |
| HSL | 135º | 0.24% | 0.81% | - |
| HSV(B) | 135º | 0.11% | 0.85% | - |
| XYZ | 57.74 | 65.78 | 64.3 | - |
| YUV | 208.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 200 | 0.11 | 0 | 0.08 | 0.15 | 135 | 0.24 | 0.81 |
| Hex | C2 | DA | C8 | B | 0 | 8 | F | 87 | 18 | 51 |
| Octal | 302 | 332 | 310 | 13 | 0 | 10 | 17 | 207 | 30 | 121 |
| Binary | 11000010 | 11011010 | 11001000 | 1011 | 0 | 1000 | 1111 | 10000111 | 11000 | 1010001 |
Color Harmonies of #C2DAC8
Complementary color
Monochromatic Colors of #C2DAC8
Black with #C2DAC8
Text Example
Text Example
White with #C2DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAC8; }
p { color: rgb(194,218,200); }
H1.HeaderClassName
{
color: #C2DAC8;
}
.AnyTagClassName
{
color: #C2DAC8;
}
</style>
background-color css
<style>
a { background-color: #C2DAC8; }
a { background-color: rgb(194,218,200); }
div.DivClassName
{
background-color: #C2DAC8;
}
.BgClassName
{
background-color: #C2DAC8;
}
</style>
border-color css
<style>
span { border-color: #C2DAC8; }
span { border-color: rgb(194,218,200); }
td.TdClassName
{
border-color: #C2DAC8;
}
.TagClassName
{
border-color: #C2DAC8;
}
</style>