Shades of Edgewater #C5D8C9
Tints of Edgewater #C5D8C9
RGB
CMYK
RGB Variations
Color information
#C5D8C9 (or 0xC5D8C9) is known color: Edgewater. HEX triplet: C5, D8 and C9. RGB value is (197,216,201). Sum of RGB (Red+Green+Blue) = 197+216+201=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8C9 is #3A2736. Grayscale: #D0D0D0. Windows color (decimal): -3811127 or 13228229. OLE color: 13228229.
HSL color Cylindrical-coordinate representation of color #C5D8C9: hue angle of 132.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D8C9 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 216 | 201 | - |
CMYK | 0.09 | 0 | 0.07 | 0.15 |
HSL | 132.63º | 0.2% | 0.81% | - |
HSV(B) | 132.63º | 0.09% | 0.85% | - |
XYZ | 58.12 | 65.2 | 64.78 | - |
YUV | 208.61 | 123.71 | 119.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 216 | 201 | 0.09 | 0 | 0.07 | 0.15 | 132.63 | 0.2 | 0.81 |
Hex | C5 | D8 | C9 | 9 | 0 | 7 | F | 85 | 14 | 51 |
Octal | 305 | 330 | 311 | 11 | 0 | 7 | 17 | 205 | 24 | 121 |
Binary | 11000101 | 11011000 | 11001001 | 1001 | 0 | 111 | 1111 | 10000101 | 10100 | 1010001 |
Color Harmonies of #C5D8C9
Complementary color
Monochromatic Colors of #C5D8C9
Black with #C5D8C9
Text Example
Text Example
White with #C5D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8C9; }
p { color: rgb(197,216,201); }
H1.HeaderClassName
{
color: #C5D8C9;
}
.AnyTagClassName
{
color: #C5D8C9;
}
</style>
background-color css
<style>
a { background-color: #C5D8C9; }
a { background-color: rgb(197,216,201); }
div.DivClassName
{
background-color: #C5D8C9;
}
.BgClassName
{
background-color: #C5D8C9;
}
</style>
border-color css
<style>
span { border-color: #C5D8C9; }
span { border-color: rgb(197,216,201); }
td.TdClassName
{
border-color: #C5D8C9;
}
.TagClassName
{
border-color: #C5D8C9;
}
</style>