Shades of Edgewater #C2DBC8
Tints of Edgewater #C2DBC8
RGB
CMYK
RGB Variations
Color information
#C2DBC8 (or 0xC2DBC8) is known color: Edgewater. HEX triplet: C2, DB and C8. RGB value is (194,219,200). Sum of RGB (Red+Green+Blue) = 194+219+200=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC8 is #3D2437. Grayscale: #D1D1D1. Windows color (decimal): -4006968 or 13163458. OLE color: 13163458.
HSL color Cylindrical-coordinate representation of color #C2DBC8: hue angle of 134.4º 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 #C2DBC8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 219 | 200 | - |
CMYK | 0.11 | 0 | 0.09 | 0.14 |
HSL | 134.4º | 0.26% | 0.81% | - |
HSV(B) | 134.4º | 0.11% | 0.86% | - |
XYZ | 58 | 66.3 | 64.38 | - |
YUV | 209.36 | 122.72 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 219 | 200 | 0.11 | 0 | 0.09 | 0.14 | 134.4 | 0.26 | 0.81 |
Hex | C2 | DB | C8 | B | 0 | 9 | E | 86 | 1A | 51 |
Octal | 302 | 333 | 310 | 13 | 0 | 11 | 16 | 206 | 32 | 121 |
Binary | 11000010 | 11011011 | 11001000 | 1011 | 0 | 1001 | 1110 | 10000110 | 11010 | 1010001 |
Color Harmonies of #C2DBC8
Complementary color
Monochromatic Colors of #C2DBC8
Black with #C2DBC8
Text Example
Text Example
White with #C2DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBC8; }
p { color: rgb(194,219,200); }
H1.HeaderClassName
{
color: #C2DBC8;
}
.AnyTagClassName
{
color: #C2DBC8;
}
</style>
background-color css
<style>
a { background-color: #C2DBC8; }
a { background-color: rgb(194,219,200); }
div.DivClassName
{
background-color: #C2DBC8;
}
.BgClassName
{
background-color: #C2DBC8;
}
</style>
border-color css
<style>
span { border-color: #C2DBC8; }
span { border-color: rgb(194,219,200); }
td.TdClassName
{
border-color: #C2DBC8;
}
.TagClassName
{
border-color: #C2DBC8;
}
</style>