Shades of Edgewater #C7DBCB
Tints of Edgewater #C7DBCB
RGB
CMYK
RGB Variations
Color information
#C7DBCB (or 0xC7DBCB) is known color: Edgewater. HEX triplet: C7, DB and CB. RGB value is (199,219,203). Sum of RGB (Red+Green+Blue) = 199+219+203=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBCB is #382434. Grayscale: #D3D3D3. Windows color (decimal): -3679285 or 13360071. OLE color: 13360071.
HSL color Cylindrical-coordinate representation of color #C7DBCB: hue angle of 132º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBCB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 219 | 203 | - |
CMYK | 0.09 | 0 | 0.07 | 0.14 |
HSL | 132º | 0.22% | 0.82% | - |
HSV(B) | 132º | 0.09% | 0.86% | - |
XYZ | 59.66 | 67.12 | 66.31 | - |
YUV | 211.2 | 123.37 | 119.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 203 | 0.09 | 0 | 0.07 | 0.14 | 132 | 0.22 | 0.82 |
Hex | C7 | DB | CB | 9 | 0 | 7 | E | 84 | 16 | 52 |
Octal | 307 | 333 | 313 | 11 | 0 | 7 | 16 | 204 | 26 | 122 |
Binary | 11000111 | 11011011 | 11001011 | 1001 | 0 | 111 | 1110 | 10000100 | 10110 | 1010010 |
Color Harmonies of #C7DBCB
Complementary color
Monochromatic Colors of #C7DBCB
Black with #C7DBCB
Text Example
Text Example
White with #C7DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBCB; }
p { color: rgb(199,219,203); }
H1.HeaderClassName
{
color: #C7DBCB;
}
.AnyTagClassName
{
color: #C7DBCB;
}
</style>
background-color css
<style>
a { background-color: #C7DBCB; }
a { background-color: rgb(199,219,203); }
div.DivClassName
{
background-color: #C7DBCB;
}
.BgClassName
{
background-color: #C7DBCB;
}
</style>
border-color css
<style>
span { border-color: #C7DBCB; }
span { border-color: rgb(199,219,203); }
td.TdClassName
{
border-color: #C7DBCB;
}
.TagClassName
{
border-color: #C7DBCB;
}
</style>