Shades of Edgewater #C7DCCB
Tints of Edgewater #C7DCCB
RGB
CMYK
RGB Variations
Color information
#C7DCCB (or 0xC7DCCB) is known color: Edgewater. HEX triplet: C7, DC and CB. RGB value is (199,220,203). Sum of RGB (Red+Green+Blue) = 199+220+203=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCCB is #382334. Grayscale: #D3D3D3. Windows color (decimal): -3679029 or 13360327. OLE color: 13360327.
HSL color Cylindrical-coordinate representation of color #C7DCCB: hue angle of 131.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCCB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 203 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.14 |
| HSL | 131.43º | 0.23% | 0.82% | - |
| HSV(B) | 131.43º | 0.1% | 0.86% | - |
| XYZ | 59.93 | 67.64 | 66.4 | - |
| YUV | 211.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 203 | 0.10 | 0 | 0.08 | 0.14 | 131.43 | 0.23 | 0.82 |
| Hex | C7 | DC | CB | A | 0 | 8 | E | 83 | 17 | 52 |
| Octal | 307 | 334 | 313 | 12 | 0 | 10 | 16 | 203 | 27 | 122 |
| Binary | 11000111 | 11011100 | 11001011 | 1010 | 0 | 1000 | 1110 | 10000011 | 10111 | 1010010 |
Color Harmonies of #C7DCCB
Complementary color
Monochromatic Colors of #C7DCCB
Black with #C7DCCB
Text Example
Text Example
White with #C7DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCCB; }
p { color: rgb(199,220,203); }
H1.HeaderClassName
{
color: #C7DCCB;
}
.AnyTagClassName
{
color: #C7DCCB;
}
</style>
background-color css
<style>
a { background-color: #C7DCCB; }
a { background-color: rgb(199,220,203); }
div.DivClassName
{
background-color: #C7DCCB;
}
.BgClassName
{
background-color: #C7DCCB;
}
</style>
border-color css
<style>
span { border-color: #C7DCCB; }
span { border-color: rgb(199,220,203); }
td.TdClassName
{
border-color: #C7DCCB;
}
.TagClassName
{
border-color: #C7DCCB;
}
</style>