Shades of Edgewater #C1DDC6
Tints of Edgewater #C1DDC6
RGB
CMYK
RGB Variations
Color information
#C1DDC6 (or 0xC1DDC6) is known color: Edgewater. HEX triplet: C1, DD and C6. RGB value is (193,221,198). Sum of RGB (Red+Green+Blue) = 193+221+198=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDC6 is #3E2239. Grayscale: #D2D2D2. Windows color (decimal): -4071994 or 13032897. OLE color: 13032897.
HSL color Cylindrical-coordinate representation of color #C1DDC6: hue angle of 130.71º 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 #C1DDC6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 198 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.13 |
| HSL | 130.71º | 0.29% | 0.81% | - |
| HSV(B) | 130.71º | 0.13% | 0.87% | - |
| XYZ | 58.04 | 67.13 | 63.32 | - |
| YUV | 210.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 198 | 0.13 | 0 | 0.10 | 0.13 | 130.71 | 0.29 | 0.81 |
| Hex | C1 | DD | C6 | D | 0 | A | D | 83 | 1D | 51 |
| Octal | 301 | 335 | 306 | 15 | 0 | 12 | 15 | 203 | 35 | 121 |
| Binary | 11000001 | 11011101 | 11000110 | 1101 | 0 | 1010 | 1101 | 10000011 | 11101 | 1010001 |
Color Harmonies of #C1DDC6
Complementary color
Monochromatic Colors of #C1DDC6
Black with #C1DDC6
Text Example
Text Example
White with #C1DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDC6; }
p { color: rgb(193,221,198); }
H1.HeaderClassName
{
color: #C1DDC6;
}
.AnyTagClassName
{
color: #C1DDC6;
}
</style>
background-color css
<style>
a { background-color: #C1DDC6; }
a { background-color: rgb(193,221,198); }
div.DivClassName
{
background-color: #C1DDC6;
}
.BgClassName
{
background-color: #C1DDC6;
}
</style>
border-color css
<style>
span { border-color: #C1DDC6; }
span { border-color: rgb(193,221,198); }
td.TdClassName
{
border-color: #C1DDC6;
}
.TagClassName
{
border-color: #C1DDC6;
}
</style>