Shades of Edgewater #C8D5CC
Tints of Edgewater #C8D5CC
RGB
CMYK
RGB Variations
Color information
#C8D5CC (or 0xC8D5CC) is known color: Edgewater. HEX triplet: C8, D5 and CC. RGB value is (200,213,204). Sum of RGB (Red+Green+Blue) = 200+213+204=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5CC is #372A33. Grayscale: #D0D0D0. Windows color (decimal): -3615284 or 13424072. OLE color: 13424072.
HSL color Cylindrical-coordinate representation of color #C8D5CC: hue angle of 138.46º 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 #C8D5CC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 213 | 204 | - |
CMYK | 0.06 | 0 | 0.04 | 0.16 |
HSL | 138.46º | 0.13% | 0.81% | - |
HSV(B) | 138.46º | 0.06% | 0.84% | - |
XYZ | 58.51 | 64.23 | 66.44 | - |
YUV | 208.09 | 125.69 | 122.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 213 | 204 | 0.06 | 0 | 0.04 | 0.16 | 138.46 | 0.13 | 0.81 |
Hex | C8 | D5 | CC | 6 | 0 | 4 | 10 | 8A | D | 51 |
Octal | 310 | 325 | 314 | 6 | 0 | 4 | 20 | 212 | 15 | 121 |
Binary | 11001000 | 11010101 | 11001100 | 110 | 0 | 100 | 10000 | 10001010 | 1101 | 1010001 |
Color Harmonies of #C8D5CC
Complementary color
Monochromatic Colors of #C8D5CC
Black with #C8D5CC
Text Example
Text Example
White with #C8D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5CC; }
p { color: rgb(200,213,204); }
H1.HeaderClassName
{
color: #C8D5CC;
}
.AnyTagClassName
{
color: #C8D5CC;
}
</style>
background-color css
<style>
a { background-color: #C8D5CC; }
a { background-color: rgb(200,213,204); }
div.DivClassName
{
background-color: #C8D5CC;
}
.BgClassName
{
background-color: #C8D5CC;
}
</style>
border-color css
<style>
span { border-color: #C8D5CC; }
span { border-color: rgb(200,213,204); }
td.TdClassName
{
border-color: #C8D5CC;
}
.TagClassName
{
border-color: #C8D5CC;
}
</style>