Shades of Edgewater #C2DAC7
Tints of Edgewater #C2DAC7
RGB
CMYK
RGB Variations
Color information
#C2DAC7 (or 0xC2DAC7) is known color: Edgewater. HEX triplet: C2, DA and C7. RGB value is (194,218,199). Sum of RGB (Red+Green+Blue) = 194+218+199=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC7 is #3D2538. Grayscale: #D0D0D0. Windows color (decimal): -4007225 or 13097666. OLE color: 13097666.
HSL color Cylindrical-coordinate representation of color #C2DAC7: hue angle of 132.5º 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 #C2DAC7 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 199 | - |
CMYK | 0.11 | 0 | 0.09 | 0.15 |
HSL | 132.5º | 0.24% | 0.81% | - |
HSV(B) | 132.5º | 0.11% | 0.85% | - |
XYZ | 57.63 | 65.74 | 63.68 | - |
YUV | 208.66 | 122.55 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 199 | 0.11 | 0 | 0.09 | 0.15 | 132.5 | 0.24 | 0.81 |
Hex | C2 | DA | C7 | B | 0 | 9 | F | 84 | 18 | 51 |
Octal | 302 | 332 | 307 | 13 | 0 | 11 | 17 | 204 | 30 | 121 |
Binary | 11000010 | 11011010 | 11000111 | 1011 | 0 | 1001 | 1111 | 10000100 | 11000 | 1010001 |
Color Harmonies of #C2DAC7
Complementary color
Monochromatic Colors of #C2DAC7
Black with #C2DAC7
Text Example
Text Example
White with #C2DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAC7; }
p { color: rgb(194,218,199); }
H1.HeaderClassName
{
color: #C2DAC7;
}
.AnyTagClassName
{
color: #C2DAC7;
}
</style>
background-color css
<style>
a { background-color: #C2DAC7; }
a { background-color: rgb(194,218,199); }
div.DivClassName
{
background-color: #C2DAC7;
}
.BgClassName
{
background-color: #C2DAC7;
}
</style>
border-color css
<style>
span { border-color: #C2DAC7; }
span { border-color: rgb(194,218,199); }
td.TdClassName
{
border-color: #C2DAC7;
}
.TagClassName
{
border-color: #C2DAC7;
}
</style>