Shades of Edgewater #C3DFC9
Tints of Edgewater #C3DFC9
RGB
CMYK
RGB Variations
Color information
#C3DFC9 (or 0xC3DFC9) is known color: Edgewater. HEX triplet: C3, DF and C9. RGB value is (195,223,201). Sum of RGB (Red+Green+Blue) = 195+223+201=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFC9 is #3C2036. Grayscale: #D4D4D4. Windows color (decimal): -3940407 or 13230019. OLE color: 13230019.
HSL color Cylindrical-coordinate representation of color #C3DFC9: hue angle of 132.86º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DFC9 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 201 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.13 |
| HSL | 132.86º | 0.3% | 0.82% | - |
| HSV(B) | 132.86º | 0.13% | 0.87% | - |
| XYZ | 59.44 | 68.59 | 65.37 | - |
| YUV | 212.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 201 | 0.13 | 0 | 0.10 | 0.13 | 132.86 | 0.3 | 0.82 |
| Hex | C3 | DF | C9 | D | 0 | A | D | 85 | 1E | 52 |
| Octal | 303 | 337 | 311 | 15 | 0 | 12 | 15 | 205 | 36 | 122 |
| Binary | 11000011 | 11011111 | 11001001 | 1101 | 0 | 1010 | 1101 | 10000101 | 11110 | 1010010 |
Color Harmonies of #C3DFC9
Complementary color
Monochromatic Colors of #C3DFC9
Black with #C3DFC9
Text Example
Text Example
White with #C3DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFC9; }
p { color: rgb(195,223,201); }
H1.HeaderClassName
{
color: #C3DFC9;
}
.AnyTagClassName
{
color: #C3DFC9;
}
</style>
background-color css
<style>
a { background-color: #C3DFC9; }
a { background-color: rgb(195,223,201); }
div.DivClassName
{
background-color: #C3DFC9;
}
.BgClassName
{
background-color: #C3DFC9;
}
</style>
border-color css
<style>
span { border-color: #C3DFC9; }
span { border-color: rgb(195,223,201); }
td.TdClassName
{
border-color: #C3DFC9;
}
.TagClassName
{
border-color: #C3DFC9;
}
</style>