Shades of Edgewater #C1DBCA
Tints of Edgewater #C1DBCA
RGB
CMYK
RGB Variations
Color information
#C1DBCA (or 0xC1DBCA) is known color: Edgewater. HEX triplet: C1, DB and CA. RGB value is (193,219,202). Sum of RGB (Red+Green+Blue) = 193+219+202=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCA is #3E2435. Grayscale: #D1D1D1. Windows color (decimal): -4072502 or 13294529. OLE color: 13294529.
HSL color Cylindrical-coordinate representation of color #C1DBCA: hue angle of 140.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DBCA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 202 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.14 |
| HSL | 140.77º | 0.27% | 0.81% | - |
| HSV(B) | 140.77º | 0.12% | 0.86% | - |
| XYZ | 57.98 | 66.26 | 65.61 | - |
| YUV | 209.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 202 | 0.12 | 0 | 0.08 | 0.14 | 140.77 | 0.27 | 0.81 |
| Hex | C1 | DB | CA | C | 0 | 8 | E | 8D | 1B | 51 |
| Octal | 301 | 333 | 312 | 14 | 0 | 10 | 16 | 215 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11001010 | 1100 | 0 | 1000 | 1110 | 10001101 | 11011 | 1010001 |
Color Harmonies of #C1DBCA
Complementary color
Monochromatic Colors of #C1DBCA
Black with #C1DBCA
Text Example
Text Example
White with #C1DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBCA; }
p { color: rgb(193,219,202); }
H1.HeaderClassName
{
color: #C1DBCA;
}
.AnyTagClassName
{
color: #C1DBCA;
}
</style>
background-color css
<style>
a { background-color: #C1DBCA; }
a { background-color: rgb(193,219,202); }
div.DivClassName
{
background-color: #C1DBCA;
}
.BgClassName
{
background-color: #C1DBCA;
}
</style>
border-color css
<style>
span { border-color: #C1DBCA; }
span { border-color: rgb(193,219,202); }
td.TdClassName
{
border-color: #C1DBCA;
}
.TagClassName
{
border-color: #C1DBCA;
}
</style>