Shades of Edgewater #C5D1C8
Tints of Edgewater #C5D1C8
RGB
CMYK
RGB Variations
Color information
#C5D1C8 (or 0xC5D1C8) is known color: Edgewater. HEX triplet: C5, D1 and C8. RGB value is (197,209,200). Sum of RGB (Red+Green+Blue) = 197+209+200=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1C8 is #3A2E37. Grayscale: #CCCCCC. Windows color (decimal): -3812920 or 13160901. OLE color: 13160901.
HSL color Cylindrical-coordinate representation of color #C5D1C8: hue angle of 135º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D1C8 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 209 | 200 | - |
CMYK | 0.06 | 0 | 0.04 | 0.18 |
HSL | 135º | 0.12% | 0.8% | - |
HSV(B) | 135º | 0.06% | 0.82% | - |
XYZ | 56.25 | 61.64 | 63.58 | - |
YUV | 204.39 | 125.52 | 122.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 209 | 200 | 0.06 | 0 | 0.04 | 0.18 | 135 | 0.12 | 0.8 |
Hex | C5 | D1 | C8 | 6 | 0 | 4 | 12 | 87 | C | 50 |
Octal | 305 | 321 | 310 | 6 | 0 | 4 | 22 | 207 | 14 | 120 |
Binary | 11000101 | 11010001 | 11001000 | 110 | 0 | 100 | 10010 | 10000111 | 1100 | 1010000 |
Color Harmonies of #C5D1C8
Complementary color
Monochromatic Colors of #C5D1C8
Black with #C5D1C8
Text Example
Text Example
White with #C5D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1C8; }
p { color: rgb(197,209,200); }
H1.HeaderClassName
{
color: #C5D1C8;
}
.AnyTagClassName
{
color: #C5D1C8;
}
</style>
background-color css
<style>
a { background-color: #C5D1C8; }
a { background-color: rgb(197,209,200); }
div.DivClassName
{
background-color: #C5D1C8;
}
.BgClassName
{
background-color: #C5D1C8;
}
</style>
border-color css
<style>
span { border-color: #C5D1C8; }
span { border-color: rgb(197,209,200); }
td.TdClassName
{
border-color: #C5D1C8;
}
.TagClassName
{
border-color: #C5D1C8;
}
</style>