Shades of Edgewater #C9DCCC
Tints of Edgewater #C9DCCC
RGB
CMYK
RGB Variations
Color information
#C9DCCC (or 0xC9DCCC) is known color: Edgewater. HEX triplet: C9, DC and CC. RGB value is (201,220,204). Sum of RGB (Red+Green+Blue) = 201+220+204=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCC is #362333. Grayscale: #D4D4D4. Windows color (decimal): -3547956 or 13425865. OLE color: 13425865.
HSL color Cylindrical-coordinate representation of color #C9DCCC: hue angle of 129.47º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCCC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 204 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.14 |
| HSL | 129.47º | 0.21% | 0.83% | - |
| HSV(B) | 129.47º | 0.09% | 0.86% | - |
| XYZ | 60.58 | 67.96 | 67.05 | - |
| YUV | 212.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 204 | 0.09 | 0 | 0.07 | 0.14 | 129.47 | 0.21 | 0.83 |
| Hex | C9 | DC | CC | 9 | 0 | 7 | E | 81 | 15 | 53 |
| Octal | 311 | 334 | 314 | 11 | 0 | 7 | 16 | 201 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11001100 | 1001 | 0 | 111 | 1110 | 10000001 | 10101 | 1010011 |
Color Harmonies of #C9DCCC
Complementary color
Monochromatic Colors of #C9DCCC
Black with #C9DCCC
Text Example
Text Example
White with #C9DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCCC; }
p { color: rgb(201,220,204); }
H1.HeaderClassName
{
color: #C9DCCC;
}
.AnyTagClassName
{
color: #C9DCCC;
}
</style>
background-color css
<style>
a { background-color: #C9DCCC; }
a { background-color: rgb(201,220,204); }
div.DivClassName
{
background-color: #C9DCCC;
}
.BgClassName
{
background-color: #C9DCCC;
}
</style>
border-color css
<style>
span { border-color: #C9DCCC; }
span { border-color: rgb(201,220,204); }
td.TdClassName
{
border-color: #C9DCCC;
}
.TagClassName
{
border-color: #C9DCCC;
}
</style>