Shades of Edgewater #C3DCC8
Tints of Edgewater #C3DCC8
RGB
CMYK
RGB Variations
Color information
#C3DCC8 (or 0xC3DCC8) is known color: Edgewater. HEX triplet: C3, DC and C8. RGB value is (195,220,200). Sum of RGB (Red+Green+Blue) = 195+220+200=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCC8 is #3C2337. Grayscale: #D2D2D2. Windows color (decimal): -3941176 or 13163715. OLE color: 13163715.
HSL color Cylindrical-coordinate representation of color #C3DCC8: hue angle of 132º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DCC8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 200 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.14 |
| HSL | 132º | 0.26% | 0.81% | - |
| HSV(B) | 132º | 0.11% | 0.86% | - |
| XYZ | 58.52 | 66.96 | 64.48 | - |
| YUV | 210.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 200 | 0.11 | 0 | 0.09 | 0.14 | 132 | 0.26 | 0.81 |
| Hex | C3 | DC | C8 | B | 0 | 9 | E | 84 | 1A | 51 |
| Octal | 303 | 334 | 310 | 13 | 0 | 11 | 16 | 204 | 32 | 121 |
| Binary | 11000011 | 11011100 | 11001000 | 1011 | 0 | 1001 | 1110 | 10000100 | 11010 | 1010001 |
Color Harmonies of #C3DCC8
Complementary color
Monochromatic Colors of #C3DCC8
Black with #C3DCC8
Text Example
Text Example
White with #C3DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCC8; }
p { color: rgb(195,220,200); }
H1.HeaderClassName
{
color: #C3DCC8;
}
.AnyTagClassName
{
color: #C3DCC8;
}
</style>
background-color css
<style>
a { background-color: #C3DCC8; }
a { background-color: rgb(195,220,200); }
div.DivClassName
{
background-color: #C3DCC8;
}
.BgClassName
{
background-color: #C3DCC8;
}
</style>
border-color css
<style>
span { border-color: #C3DCC8; }
span { border-color: rgb(195,220,200); }
td.TdClassName
{
border-color: #C3DCC8;
}
.TagClassName
{
border-color: #C3DCC8;
}
</style>