Shades of Edgewater #C8D5CA
Tints of Edgewater #C8D5CA
RGB
CMYK
RGB Variations
Color information
#C8D5CA (or 0xC8D5CA) is known color: Edgewater. HEX triplet: C8, D5 and CA. RGB value is (200,213,202). Sum of RGB (Red+Green+Blue) = 200+213+202=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5CA is #372A35. Grayscale: #CFCFCF. Windows color (decimal): -3615286 or 13293000. OLE color: 13293000.
HSL color Cylindrical-coordinate representation of color #C8D5CA: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D5CA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 202 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.16 |
| HSL | 129.23º | 0.13% | 0.81% | - |
| HSV(B) | 129.23º | 0.06% | 0.84% | - |
| XYZ | 58.27 | 64.13 | 65.18 | - |
| YUV | 207.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 202 | 0.06 | 0 | 0.05 | 0.16 | 129.23 | 0.13 | 0.81 |
| Hex | C8 | D5 | CA | 6 | 0 | 5 | 10 | 81 | D | 51 |
| Octal | 310 | 325 | 312 | 6 | 0 | 5 | 20 | 201 | 15 | 121 |
| Binary | 11001000 | 11010101 | 11001010 | 110 | 0 | 101 | 10000 | 10000001 | 1101 | 1010001 |
Color Harmonies of #C8D5CA
Complementary color
Monochromatic Colors of #C8D5CA
Black with #C8D5CA
Text Example
Text Example
White with #C8D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5CA; }
p { color: rgb(200,213,202); }
H1.HeaderClassName
{
color: #C8D5CA;
}
.AnyTagClassName
{
color: #C8D5CA;
}
</style>
background-color css
<style>
a { background-color: #C8D5CA; }
a { background-color: rgb(200,213,202); }
div.DivClassName
{
background-color: #C8D5CA;
}
.BgClassName
{
background-color: #C8D5CA;
}
</style>
border-color css
<style>
span { border-color: #C8D5CA; }
span { border-color: rgb(200,213,202); }
td.TdClassName
{
border-color: #C8D5CA;
}
.TagClassName
{
border-color: #C8D5CA;
}
</style>