Shades of Edgewater #C9DACC
Tints of Edgewater #C9DACC
RGB
CMYK
RGB Variations
Color information
#C9DACC (or 0xC9DACC) is known color: Edgewater. HEX triplet: C9, DA and CC. RGB value is (201,218,204). Sum of RGB (Red+Green+Blue) = 201+218+204=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACC is #362533. Grayscale: #D3D3D3. Windows color (decimal): -3548468 or 13425353. OLE color: 13425353.
HSL color Cylindrical-coordinate representation of color #C9DACC: hue angle of 130.59º degrees, saturation: 0.19, 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 #C9DACC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 204 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.15 |
| HSL | 130.59º | 0.19% | 0.82% | - |
| HSV(B) | 130.59º | 0.08% | 0.85% | - |
| XYZ | 60.06 | 66.92 | 66.88 | - |
| YUV | 211.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 204 | 0.08 | 0 | 0.06 | 0.15 | 130.59 | 0.19 | 0.82 |
| Hex | C9 | DA | CC | 8 | 0 | 6 | F | 83 | 13 | 52 |
| Octal | 311 | 332 | 314 | 10 | 0 | 6 | 17 | 203 | 23 | 122 |
| Binary | 11001001 | 11011010 | 11001100 | 1000 | 0 | 110 | 1111 | 10000011 | 10011 | 1010010 |
Color Harmonies of #C9DACC
Complementary color
Monochromatic Colors of #C9DACC
Black with #C9DACC
Text Example
Text Example
White with #C9DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DACC; }
p { color: rgb(201,218,204); }
H1.HeaderClassName
{
color: #C9DACC;
}
.AnyTagClassName
{
color: #C9DACC;
}
</style>
background-color css
<style>
a { background-color: #C9DACC; }
a { background-color: rgb(201,218,204); }
div.DivClassName
{
background-color: #C9DACC;
}
.BgClassName
{
background-color: #C9DACC;
}
</style>
border-color css
<style>
span { border-color: #C9DACC; }
span { border-color: rgb(201,218,204); }
td.TdClassName
{
border-color: #C9DACC;
}
.TagClassName
{
border-color: #C9DACC;
}
</style>