Shades of Edgewater #C2DDC5
Tints of Edgewater #C2DDC5
RGB
CMYK
RGB Variations
Color information
#C2DDC5 (or 0xC2DDC5) is known color: Edgewater. HEX triplet: C2, DD and C5. RGB value is (194,221,197). Sum of RGB (Red+Green+Blue) = 194+221+197=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC5 is #3D223A. Grayscale: #D2D2D2. Windows color (decimal): -4006459 or 12967362. OLE color: 12967362.
HSL color Cylindrical-coordinate representation of color #C2DDC5: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 197 | - |
CMYK | 0.12 | 0 | 0.11 | 0.13 |
HSL | 126.67º | 0.28% | 0.81% | - |
HSV(B) | 126.67º | 0.12% | 0.87% | - |
XYZ | 58.18 | 67.21 | 62.73 | - |
YUV | 210.19 | 120.55 | 116.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 197 | 0.12 | 0 | 0.11 | 0.13 | 126.67 | 0.28 | 0.81 |
Hex | C2 | DD | C5 | C | 0 | B | D | 7F | 1C | 51 |
Octal | 302 | 335 | 305 | 14 | 0 | 13 | 15 | 177 | 34 | 121 |
Binary | 11000010 | 11011101 | 11000101 | 1100 | 0 | 1011 | 1101 | 1111111 | 11100 | 1010001 |
Color Harmonies of #C2DDC5
Complementary color
Monochromatic Colors of #C2DDC5
Black with #C2DDC5
Text Example
Text Example
White with #C2DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDC5; }
p { color: rgb(194,221,197); }
H1.HeaderClassName
{
color: #C2DDC5;
}
.AnyTagClassName
{
color: #C2DDC5;
}
</style>
background-color css
<style>
a { background-color: #C2DDC5; }
a { background-color: rgb(194,221,197); }
div.DivClassName
{
background-color: #C2DDC5;
}
.BgClassName
{
background-color: #C2DDC5;
}
</style>
border-color css
<style>
span { border-color: #C2DDC5; }
span { border-color: rgb(194,221,197); }
td.TdClassName
{
border-color: #C2DDC5;
}
.TagClassName
{
border-color: #C2DDC5;
}
</style>