Shades of Edgewater #C1DDC9
Tints of Edgewater #C1DDC9
RGB
CMYK
RGB Variations
Color information
#C1DDC9 (or 0xC1DDC9) is known color: Edgewater. HEX triplet: C1, DD and C9. RGB value is (193,221,201). Sum of RGB (Red+Green+Blue) = 193+221+201=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDC9 is #3E2236. Grayscale: #D2D2D2. Windows color (decimal): -4071991 or 13229505. OLE color: 13229505.
HSL color Cylindrical-coordinate representation of color #C1DDC9: hue angle of 137.14º degrees, saturation: 0.29, 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 #C1DDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 201 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 137.14º | 0.29% | 0.81% | - |
| HSV(B) | 137.14º | 0.13% | 0.87% | - |
| XYZ | 58.39 | 67.27 | 65.16 | - |
| YUV | 210.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 201 | 0.13 | 0 | 0.09 | 0.13 | 137.14 | 0.29 | 0.81 |
| Hex | C1 | DD | C9 | D | 0 | 9 | D | 89 | 1D | 51 |
| Octal | 301 | 335 | 311 | 15 | 0 | 11 | 15 | 211 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11001001 | 1101 | 0 | 1001 | 1101 | 10001001 | 11101 | 1010001 |
Color Harmonies of #C1DDC9
Complementary color
Monochromatic Colors of #C1DDC9
Black with #C1DDC9
Text Example
Text Example
White with #C1DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDC9; }
p { color: rgb(193,221,201); }
H1.HeaderClassName
{
color: #C1DDC9;
}
.AnyTagClassName
{
color: #C1DDC9;
}
</style>
background-color css
<style>
a { background-color: #C1DDC9; }
a { background-color: rgb(193,221,201); }
div.DivClassName
{
background-color: #C1DDC9;
}
.BgClassName
{
background-color: #C1DDC9;
}
</style>
border-color css
<style>
span { border-color: #C1DDC9; }
span { border-color: rgb(193,221,201); }
td.TdClassName
{
border-color: #C1DDC9;
}
.TagClassName
{
border-color: #C1DDC9;
}
</style>