Shades of Edgewater #C9DBCD
Tints of Edgewater #C9DBCD
RGB
CMYK
RGB Variations
Color information
#C9DBCD (or 0xC9DBCD) is known color: Edgewater. HEX triplet: C9, DB and CD. RGB value is (201,219,205). Sum of RGB (Red+Green+Blue) = 201+219+205=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBCD is #362432. Grayscale: #D4D4D4. Windows color (decimal): -3548211 or 13491145. OLE color: 13491145.
HSL color Cylindrical-coordinate representation of color #C9DBCD: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBCD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 205 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.14 |
| HSL | 133.33º | 0.2% | 0.82% | - |
| HSV(B) | 133.33º | 0.08% | 0.86% | - |
| XYZ | 60.44 | 67.49 | 67.6 | - |
| YUV | 212.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 205 | 0.08 | 0 | 0.06 | 0.14 | 133.33 | 0.2 | 0.82 |
| Hex | C9 | DB | CD | 8 | 0 | 6 | E | 85 | 14 | 52 |
| Octal | 311 | 333 | 315 | 10 | 0 | 6 | 16 | 205 | 24 | 122 |
| Binary | 11001001 | 11011011 | 11001101 | 1000 | 0 | 110 | 1110 | 10000101 | 10100 | 1010010 |
Color Harmonies of #C9DBCD
Complementary color
Monochromatic Colors of #C9DBCD
Black with #C9DBCD
Text Example
Text Example
White with #C9DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBCD; }
p { color: rgb(201,219,205); }
H1.HeaderClassName
{
color: #C9DBCD;
}
.AnyTagClassName
{
color: #C9DBCD;
}
</style>
background-color css
<style>
a { background-color: #C9DBCD; }
a { background-color: rgb(201,219,205); }
div.DivClassName
{
background-color: #C9DBCD;
}
.BgClassName
{
background-color: #C9DBCD;
}
</style>
border-color css
<style>
span { border-color: #C9DBCD; }
span { border-color: rgb(201,219,205); }
td.TdClassName
{
border-color: #C9DBCD;
}
.TagClassName
{
border-color: #C9DBCD;
}
</style>