Shades of Edgewater #C1CCC4
Tints of Edgewater #C1CCC4
RGB
CMYK
RGB Variations
Color information
#C1CCC4 (or 0xC1CCC4) is known color: Edgewater. HEX triplet: C1, CC and C4. RGB value is (193,204,196). Sum of RGB (Red+Green+Blue) = 193+204+196=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCC4 is #3E333B. Grayscale: #C7C7C7. Windows color (decimal): -4076348 or 12897473. OLE color: 12897473.
HSL color Cylindrical-coordinate representation of color #C1CCC4: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 196 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.2 |
| HSL | 136.36º | 0.1% | 0.78% | - |
| HSV(B) | 136.36º | 0.05% | 0.8% | - |
| XYZ | 53.55 | 58.51 | 60.7 | - |
| YUV | 199.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 196 | 0.05 | 0 | 0.04 | 0.2 | 136.36 | 0.1 | 0.78 |
| Hex | C1 | CC | C4 | 5 | 0 | 4 | 14 | 88 | A | 4E |
| Octal | 301 | 314 | 304 | 5 | 0 | 4 | 24 | 210 | 12 | 116 |
| Binary | 11000001 | 11001100 | 11000100 | 101 | 0 | 100 | 10100 | 10001000 | 1010 | 1001110 |
Color Harmonies of #C1CCC4
Complementary color
Monochromatic Colors of #C1CCC4
Black with #C1CCC4
Text Example
Text Example
White with #C1CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCC4; }
p { color: rgb(193,204,196); }
H1.HeaderClassName
{
color: #C1CCC4;
}
.AnyTagClassName
{
color: #C1CCC4;
}
</style>
background-color css
<style>
a { background-color: #C1CCC4; }
a { background-color: rgb(193,204,196); }
div.DivClassName
{
background-color: #C1CCC4;
}
.BgClassName
{
background-color: #C1CCC4;
}
</style>
border-color css
<style>
span { border-color: #C1CCC4; }
span { border-color: rgb(193,204,196); }
td.TdClassName
{
border-color: #C1CCC4;
}
.TagClassName
{
border-color: #C1CCC4;
}
</style>