Shades of Edgewater #C4DFC8
Tints of Edgewater #C4DFC8
RGB
CMYK
RGB Variations
Color information
#C4DFC8 (or 0xC4DFC8) is known color: Edgewater. HEX triplet: C4, DF and C8. RGB value is (196,223,200). Sum of RGB (Red+Green+Blue) = 196+223+200=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFC8 is #3B2037. Grayscale: #D4D4D4. Windows color (decimal): -3874872 or 13164484. OLE color: 13164484.
HSL color Cylindrical-coordinate representation of color #C4DFC8: hue angle of 128.89º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DFC8 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 200 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.13 |
| HSL | 128.89º | 0.3% | 0.82% | - |
| HSV(B) | 128.89º | 0.12% | 0.87% | - |
| XYZ | 59.58 | 68.68 | 64.76 | - |
| YUV | 212.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 200 | 0.12 | 0 | 0.10 | 0.13 | 128.89 | 0.3 | 0.82 |
| Hex | C4 | DF | C8 | C | 0 | A | D | 81 | 1E | 52 |
| Octal | 304 | 337 | 310 | 14 | 0 | 12 | 15 | 201 | 36 | 122 |
| Binary | 11000100 | 11011111 | 11001000 | 1100 | 0 | 1010 | 1101 | 10000001 | 11110 | 1010010 |
Color Harmonies of #C4DFC8
Complementary color
Monochromatic Colors of #C4DFC8
Black with #C4DFC8
Text Example
Text Example
White with #C4DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFC8; }
p { color: rgb(196,223,200); }
H1.HeaderClassName
{
color: #C4DFC8;
}
.AnyTagClassName
{
color: #C4DFC8;
}
</style>
background-color css
<style>
a { background-color: #C4DFC8; }
a { background-color: rgb(196,223,200); }
div.DivClassName
{
background-color: #C4DFC8;
}
.BgClassName
{
background-color: #C4DFC8;
}
</style>
border-color css
<style>
span { border-color: #C4DFC8; }
span { border-color: rgb(196,223,200); }
td.TdClassName
{
border-color: #C4DFC8;
}
.TagClassName
{
border-color: #C4DFC8;
}
</style>