Shades of Edgewater #C2DCC7
Tints of Edgewater #C2DCC7
RGB
CMYK
RGB Variations
Color information
#C2DCC7 (or 0xC2DCC7) is known color: Edgewater. HEX triplet: C2, DC and C7. RGB value is (194,220,199). Sum of RGB (Red+Green+Blue) = 194+220+199=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC7 is #3D2338. Grayscale: #D1D1D1. Windows color (decimal): -4006713 or 13098178. OLE color: 13098178.
HSL color Cylindrical-coordinate representation of color #C2DCC7: hue angle of 131.54º 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 #C2DCC7 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 220 | 199 | - |
CMYK | 0.12 | 0 | 0.10 | 0.14 |
HSL | 131.54º | 0.27% | 0.81% | - |
HSV(B) | 131.54º | 0.12% | 0.86% | - |
XYZ | 58.15 | 66.78 | 63.86 | - |
YUV | 209.83 | 121.89 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 199 | 0.12 | 0 | 0.10 | 0.14 | 131.54 | 0.27 | 0.81 |
Hex | C2 | DC | C7 | C | 0 | A | E | 84 | 1B | 51 |
Octal | 302 | 334 | 307 | 14 | 0 | 12 | 16 | 204 | 33 | 121 |
Binary | 11000010 | 11011100 | 11000111 | 1100 | 0 | 1010 | 1110 | 10000100 | 11011 | 1010001 |
Color Harmonies of #C2DCC7
Complementary color
Monochromatic Colors of #C2DCC7
Black with #C2DCC7
Text Example
Text Example
White with #C2DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCC7; }
p { color: rgb(194,220,199); }
H1.HeaderClassName
{
color: #C2DCC7;
}
.AnyTagClassName
{
color: #C2DCC7;
}
</style>
background-color css
<style>
a { background-color: #C2DCC7; }
a { background-color: rgb(194,220,199); }
div.DivClassName
{
background-color: #C2DCC7;
}
.BgClassName
{
background-color: #C2DCC7;
}
</style>
border-color css
<style>
span { border-color: #C2DCC7; }
span { border-color: rgb(194,220,199); }
td.TdClassName
{
border-color: #C2DCC7;
}
.TagClassName
{
border-color: #C2DCC7;
}
</style>