Shades of Edgewater #C0DDC9
Tints of Edgewater #C0DDC9
RGB
CMYK
RGB Variations
Color information
#C0DDC9 (or 0xC0DDC9) is known color: Edgewater. HEX triplet: C0, DD and C9. RGB value is (192,221,201). Sum of RGB (Red+Green+Blue) = 192+221+201=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC9 is #3F2236. Grayscale: #D2D2D2. Windows color (decimal): -4137527 or 13229504. OLE color: 13229504.
HSL color Cylindrical-coordinate representation of color #C0DDC9: hue angle of 138.62º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 201 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 138.62º | 0.3% | 0.81% | - |
| HSV(B) | 138.62º | 0.13% | 0.87% | - |
| XYZ | 58.14 | 67.14 | 65.15 | - |
| YUV | 210.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 201 | 0.13 | 0 | 0.09 | 0.13 | 138.62 | 0.3 | 0.81 |
| Hex | C0 | DD | C9 | D | 0 | 9 | D | 8B | 1E | 51 |
| Octal | 300 | 335 | 311 | 15 | 0 | 11 | 15 | 213 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001001 | 1101 | 0 | 1001 | 1101 | 10001011 | 11110 | 1010001 |
Color Harmonies of #C0DDC9
Complementary color
Monochromatic Colors of #C0DDC9
Black with #C0DDC9
Text Example
Text Example
White with #C0DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDC9; }
p { color: rgb(192,221,201); }
H1.HeaderClassName
{
color: #C0DDC9;
}
.AnyTagClassName
{
color: #C0DDC9;
}
</style>
background-color css
<style>
a { background-color: #C0DDC9; }
a { background-color: rgb(192,221,201); }
div.DivClassName
{
background-color: #C0DDC9;
}
.BgClassName
{
background-color: #C0DDC9;
}
</style>
border-color css
<style>
span { border-color: #C0DDC9; }
span { border-color: rgb(192,221,201); }
td.TdClassName
{
border-color: #C0DDC9;
}
.TagClassName
{
border-color: #C0DDC9;
}
</style>