Shades of Edgewater #C2DCC5
Tints of Edgewater #C2DCC5
RGB
CMYK
RGB Variations
Color information
#C2DCC5 (or 0xC2DCC5) is known color: Edgewater. HEX triplet: C2, DC and C5. RGB value is (194,220,197). Sum of RGB (Red+Green+Blue) = 194+220+197=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC5 is #3D233A. Grayscale: #D1D1D1. Windows color (decimal): -4006715 or 12967106. OLE color: 12967106.
HSL color Cylindrical-coordinate representation of color #C2DCC5: hue angle of 126.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCC5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 220 | 197 | - |
CMYK | 0.12 | 0 | 0.10 | 0.14 |
HSL | 126.92º | 0.27% | 0.81% | - |
HSV(B) | 126.92º | 0.12% | 0.86% | - |
XYZ | 57.92 | 66.69 | 62.64 | - |
YUV | 209.6 | 120.89 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 197 | 0.12 | 0 | 0.10 | 0.14 | 126.92 | 0.27 | 0.81 |
Hex | C2 | DC | C5 | C | 0 | A | E | 7F | 1B | 51 |
Octal | 302 | 334 | 305 | 14 | 0 | 12 | 16 | 177 | 33 | 121 |
Binary | 11000010 | 11011100 | 11000101 | 1100 | 0 | 1010 | 1110 | 1111111 | 11011 | 1010001 |
Color Harmonies of #C2DCC5
Complementary color
Monochromatic Colors of #C2DCC5
Black with #C2DCC5
Text Example
Text Example
White with #C2DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCC5; }
p { color: rgb(194,220,197); }
H1.HeaderClassName
{
color: #C2DCC5;
}
.AnyTagClassName
{
color: #C2DCC5;
}
</style>
background-color css
<style>
a { background-color: #C2DCC5; }
a { background-color: rgb(194,220,197); }
div.DivClassName
{
background-color: #C2DCC5;
}
.BgClassName
{
background-color: #C2DCC5;
}
</style>
border-color css
<style>
span { border-color: #C2DCC5; }
span { border-color: rgb(194,220,197); }
td.TdClassName
{
border-color: #C2DCC5;
}
.TagClassName
{
border-color: #C2DCC5;
}
</style>