Shades of Edgewater #C2DBCA
Tints of Edgewater #C2DBCA
RGB
CMYK
RGB Variations
Color information
#C2DBCA (or 0xC2DBCA) is known color: Edgewater. HEX triplet: C2, DB and CA. RGB value is (194,219,202). Sum of RGB (Red+Green+Blue) = 194+219+202=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBCA is #3D2435. Grayscale: #D1D1D1. Windows color (decimal): -4006966 or 13294530. OLE color: 13294530.
HSL color Cylindrical-coordinate representation of color #C2DBCA: hue angle of 139.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBCA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 202 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.14 |
| HSL | 139.2º | 0.26% | 0.81% | - |
| HSV(B) | 139.2º | 0.11% | 0.86% | - |
| XYZ | 58.24 | 66.4 | 65.62 | - |
| YUV | 209.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 202 | 0.11 | 0 | 0.08 | 0.14 | 139.2 | 0.26 | 0.81 |
| Hex | C2 | DB | CA | B | 0 | 8 | E | 8B | 1A | 51 |
| Octal | 302 | 333 | 312 | 13 | 0 | 10 | 16 | 213 | 32 | 121 |
| Binary | 11000010 | 11011011 | 11001010 | 1011 | 0 | 1000 | 1110 | 10001011 | 11010 | 1010001 |
Color Harmonies of #C2DBCA
Complementary color
Monochromatic Colors of #C2DBCA
Black with #C2DBCA
Text Example
Text Example
White with #C2DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBCA; }
p { color: rgb(194,219,202); }
H1.HeaderClassName
{
color: #C2DBCA;
}
.AnyTagClassName
{
color: #C2DBCA;
}
</style>
background-color css
<style>
a { background-color: #C2DBCA; }
a { background-color: rgb(194,219,202); }
div.DivClassName
{
background-color: #C2DBCA;
}
.BgClassName
{
background-color: #C2DBCA;
}
</style>
border-color css
<style>
span { border-color: #C2DBCA; }
span { border-color: rgb(194,219,202); }
td.TdClassName
{
border-color: #C2DBCA;
}
.TagClassName
{
border-color: #C2DBCA;
}
</style>