Shades of Edgewater #C8D9CC
Tints of Edgewater #C8D9CC
RGB
CMYK
RGB Variations
Color information
#C8D9CC (or 0xC8D9CC) is known color: Edgewater. HEX triplet: C8, D9 and CC. RGB value is (200,217,204). Sum of RGB (Red+Green+Blue) = 200+217+204=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9CC is #372633. Grayscale: #D2D2D2. Windows color (decimal): -3614260 or 13425096. OLE color: 13425096.
HSL color Cylindrical-coordinate representation of color #C8D9CC: hue angle of 134.12º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9CC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 217 | 204 | - |
CMYK | 0.08 | 0 | 0.06 | 0.15 |
HSL | 134.12º | 0.18% | 0.82% | - |
HSV(B) | 134.12º | 0.08% | 0.85% | - |
XYZ | 59.53 | 66.26 | 66.78 | - |
YUV | 210.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 217 | 204 | 0.08 | 0 | 0.06 | 0.15 | 134.12 | 0.18 | 0.82 |
Hex | C8 | D9 | CC | 8 | 0 | 6 | F | 86 | 12 | 52 |
Octal | 310 | 331 | 314 | 10 | 0 | 6 | 17 | 206 | 22 | 122 |
Binary | 11001000 | 11011001 | 11001100 | 1000 | 0 | 110 | 1111 | 10000110 | 10010 | 1010010 |
Color Harmonies of #C8D9CC
Complementary color
Monochromatic Colors of #C8D9CC
Black with #C8D9CC
Text Example
Text Example
White with #C8D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9CC; }
p { color: rgb(200,217,204); }
H1.HeaderClassName
{
color: #C8D9CC;
}
.AnyTagClassName
{
color: #C8D9CC;
}
</style>
background-color css
<style>
a { background-color: #C8D9CC; }
a { background-color: rgb(200,217,204); }
div.DivClassName
{
background-color: #C8D9CC;
}
.BgClassName
{
background-color: #C8D9CC;
}
</style>
border-color css
<style>
span { border-color: #C8D9CC; }
span { border-color: rgb(200,217,204); }
td.TdClassName
{
border-color: #C8D9CC;
}
.TagClassName
{
border-color: #C8D9CC;
}
</style>