Shades of Edgewater #C2DAC9
Tints of Edgewater #C2DAC9
RGB
CMYK
RGB Variations
Color information
#C2DAC9 (or 0xC2DAC9) is known color: Edgewater. HEX triplet: C2, DA and C9. RGB value is (194,218,201). Sum of RGB (Red+Green+Blue) = 194+218+201=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC9 is #3D2536. Grayscale: #D0D0D0. Windows color (decimal): -4007223 or 13228738. OLE color: 13228738.
HSL color Cylindrical-coordinate representation of color #C2DAC9: hue angle of 137.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 #C2DAC9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 201 | - |
CMYK | 0.11 | 0 | 0.08 | 0.15 |
HSL | 137.5º | 0.24% | 0.81% | - |
HSV(B) | 137.5º | 0.11% | 0.85% | - |
XYZ | 57.86 | 65.83 | 64.91 | - |
YUV | 208.89 | 123.55 | 117.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 201 | 0.11 | 0 | 0.08 | 0.15 | 137.5 | 0.24 | 0.81 |
Hex | C2 | DA | C9 | B | 0 | 8 | F | 8A | 18 | 51 |
Octal | 302 | 332 | 311 | 13 | 0 | 10 | 17 | 212 | 30 | 121 |
Binary | 11000010 | 11011010 | 11001001 | 1011 | 0 | 1000 | 1111 | 10001010 | 11000 | 1010001 |
Color Harmonies of #C2DAC9
Complementary color
Monochromatic Colors of #C2DAC9
Black with #C2DAC9
Text Example
Text Example
White with #C2DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAC9; }
p { color: rgb(194,218,201); }
H1.HeaderClassName
{
color: #C2DAC9;
}
.AnyTagClassName
{
color: #C2DAC9;
}
</style>
background-color css
<style>
a { background-color: #C2DAC9; }
a { background-color: rgb(194,218,201); }
div.DivClassName
{
background-color: #C2DAC9;
}
.BgClassName
{
background-color: #C2DAC9;
}
</style>
border-color css
<style>
span { border-color: #C2DAC9; }
span { border-color: rgb(194,218,201); }
td.TdClassName
{
border-color: #C2DAC9;
}
.TagClassName
{
border-color: #C2DAC9;
}
</style>