Shades of Edgewater #C7DBCA
Tints of Edgewater #C7DBCA
RGB
CMYK
RGB Variations
Color information
#C7DBCA (or 0xC7DBCA) is known color: Edgewater. HEX triplet: C7, DB and CA. RGB value is (199,219,202). Sum of RGB (Red+Green+Blue) = 199+219+202=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBCA is #382435. Grayscale: #D3D3D3. Windows color (decimal): -3679286 or 13294535. OLE color: 13294535.
HSL color Cylindrical-coordinate representation of color #C7DBCA: hue angle of 129º 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 #C7DBCA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 202 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.14 |
| HSL | 129º | 0.22% | 0.82% | - |
| HSV(B) | 129º | 0.09% | 0.86% | - |
| XYZ | 59.55 | 67.07 | 65.68 | - |
| YUV | 211.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 202 | 0.09 | 0 | 0.08 | 0.14 | 129 | 0.22 | 0.82 |
| Hex | C7 | DB | CA | 9 | 0 | 8 | E | 81 | 16 | 52 |
| Octal | 307 | 333 | 312 | 11 | 0 | 10 | 16 | 201 | 26 | 122 |
| Binary | 11000111 | 11011011 | 11001010 | 1001 | 0 | 1000 | 1110 | 10000001 | 10110 | 1010010 |
Color Harmonies of #C7DBCA
Complementary color
Monochromatic Colors of #C7DBCA
Black with #C7DBCA
Text Example
Text Example
White with #C7DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBCA; }
p { color: rgb(199,219,202); }
H1.HeaderClassName
{
color: #C7DBCA;
}
.AnyTagClassName
{
color: #C7DBCA;
}
</style>
background-color css
<style>
a { background-color: #C7DBCA; }
a { background-color: rgb(199,219,202); }
div.DivClassName
{
background-color: #C7DBCA;
}
.BgClassName
{
background-color: #C7DBCA;
}
</style>
border-color css
<style>
span { border-color: #C7DBCA; }
span { border-color: rgb(199,219,202); }
td.TdClassName
{
border-color: #C7DBCA;
}
.TagClassName
{
border-color: #C7DBCA;
}
</style>