Shades of Edgewater #C2D5C5
Tints of Edgewater #C2D5C5
RGB
CMYK
RGB Variations
Color information
#C2D5C5 (or 0xC2D5C5) is known color: Edgewater. HEX triplet: C2, D5 and C5. RGB value is (194,213,197). Sum of RGB (Red+Green+Blue) = 194+213+197=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5C5 is #3D2A3A. Grayscale: #CDCDCD. Windows color (decimal): -4008507 or 12965314. OLE color: 12965314.
HSL color Cylindrical-coordinate representation of color #C2D5C5: hue angle of 129.47º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D5C5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 197 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.16 |
| HSL | 129.47º | 0.18% | 0.8% | - |
| HSV(B) | 129.47º | 0.09% | 0.84% | - |
| XYZ | 56.12 | 63.09 | 62.04 | - |
| YUV | 205.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 197 | 0.09 | 0 | 0.08 | 0.16 | 129.47 | 0.18 | 0.8 |
| Hex | C2 | D5 | C5 | 9 | 0 | 8 | 10 | 81 | 12 | 50 |
| Octal | 302 | 325 | 305 | 11 | 0 | 10 | 20 | 201 | 22 | 120 |
| Binary | 11000010 | 11010101 | 11000101 | 1001 | 0 | 1000 | 10000 | 10000001 | 10010 | 1010000 |
Color Harmonies of #C2D5C5
Complementary color
Monochromatic Colors of #C2D5C5
Black with #C2D5C5
Text Example
Text Example
White with #C2D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5C5; }
p { color: rgb(194,213,197); }
H1.HeaderClassName
{
color: #C2D5C5;
}
.AnyTagClassName
{
color: #C2D5C5;
}
</style>
background-color css
<style>
a { background-color: #C2D5C5; }
a { background-color: rgb(194,213,197); }
div.DivClassName
{
background-color: #C2D5C5;
}
.BgClassName
{
background-color: #C2D5C5;
}
</style>
border-color css
<style>
span { border-color: #C2D5C5; }
span { border-color: rgb(194,213,197); }
td.TdClassName
{
border-color: #C2D5C5;
}
.TagClassName
{
border-color: #C2D5C5;
}
</style>