Shades of Edgewater #C5DAC8
Tints of Edgewater #C5DAC8
RGB
CMYK
RGB Variations
Color information
#C5DAC8 (or 0xC5DAC8) is known color: Edgewater. HEX triplet: C5, DA and C8. RGB value is (197,218,200). Sum of RGB (Red+Green+Blue) = 197+218+200=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAC8 is #3A2537. Grayscale: #D1D1D1. Windows color (decimal): -3810616 or 13163205. OLE color: 13163205.
HSL color Cylindrical-coordinate representation of color #C5DAC8: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DAC8 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 218 | 200 | - |
CMYK | 0.10 | 0 | 0.08 | 0.15 |
HSL | 128.57º | 0.22% | 0.81% | - |
HSV(B) | 128.57º | 0.1% | 0.85% | - |
XYZ | 58.52 | 66.18 | 64.33 | - |
YUV | 209.67 | 122.54 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 200 | 0.10 | 0 | 0.08 | 0.15 | 128.57 | 0.22 | 0.81 |
Hex | C5 | DA | C8 | A | 0 | 8 | F | 81 | 16 | 51 |
Octal | 305 | 332 | 310 | 12 | 0 | 10 | 17 | 201 | 26 | 121 |
Binary | 11000101 | 11011010 | 11001000 | 1010 | 0 | 1000 | 1111 | 10000001 | 10110 | 1010001 |
Color Harmonies of #C5DAC8
Complementary color
Monochromatic Colors of #C5DAC8
Black with #C5DAC8
Text Example
Text Example
White with #C5DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAC8; }
p { color: rgb(197,218,200); }
H1.HeaderClassName
{
color: #C5DAC8;
}
.AnyTagClassName
{
color: #C5DAC8;
}
</style>
background-color css
<style>
a { background-color: #C5DAC8; }
a { background-color: rgb(197,218,200); }
div.DivClassName
{
background-color: #C5DAC8;
}
.BgClassName
{
background-color: #C5DAC8;
}
</style>
border-color css
<style>
span { border-color: #C5DAC8; }
span { border-color: rgb(197,218,200); }
td.TdClassName
{
border-color: #C5DAC8;
}
.TagClassName
{
border-color: #C5DAC8;
}
</style>