Shades of Edgewater #C9DBCC
Tints of Edgewater #C9DBCC
RGB
CMYK
RGB Variations
Color information
#C9DBCC (or 0xC9DBCC) is known color: Edgewater. HEX triplet: C9, DB and CC. RGB value is (201,219,204). Sum of RGB (Red+Green+Blue) = 201+219+204=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBCC is #362433. Grayscale: #D3D3D3. Windows color (decimal): -3548212 or 13425609. OLE color: 13425609.
HSL color Cylindrical-coordinate representation of color #C9DBCC: hue angle of 130º 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 #C9DBCC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 204 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.14 |
| HSL | 130º | 0.2% | 0.82% | - |
| HSV(B) | 130º | 0.08% | 0.86% | - |
| XYZ | 60.32 | 67.44 | 66.96 | - |
| YUV | 211.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 204 | 0.08 | 0 | 0.07 | 0.14 | 130 | 0.2 | 0.82 |
| Hex | C9 | DB | CC | 8 | 0 | 7 | E | 82 | 14 | 52 |
| Octal | 311 | 333 | 314 | 10 | 0 | 7 | 16 | 202 | 24 | 122 |
| Binary | 11001001 | 11011011 | 11001100 | 1000 | 0 | 111 | 1110 | 10000010 | 10100 | 1010010 |
Color Harmonies of #C9DBCC
Complementary color
Monochromatic Colors of #C9DBCC
Black with #C9DBCC
Text Example
Text Example
White with #C9DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBCC; }
p { color: rgb(201,219,204); }
H1.HeaderClassName
{
color: #C9DBCC;
}
.AnyTagClassName
{
color: #C9DBCC;
}
</style>
background-color css
<style>
a { background-color: #C9DBCC; }
a { background-color: rgb(201,219,204); }
div.DivClassName
{
background-color: #C9DBCC;
}
.BgClassName
{
background-color: #C9DBCC;
}
</style>
border-color css
<style>
span { border-color: #C9DBCC; }
span { border-color: rgb(201,219,204); }
td.TdClassName
{
border-color: #C9DBCC;
}
.TagClassName
{
border-color: #C9DBCC;
}
</style>