Shades of Edgewater #C3DDC7
Tints of Edgewater #C3DDC7
RGB
CMYK
RGB Variations
Color information
#C3DDC7 (or 0xC3DDC7) is known color: Edgewater. HEX triplet: C3, DD and C7. RGB value is (195,221,199). Sum of RGB (Red+Green+Blue) = 195+221+199=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC7 is #3C2238. Grayscale: #D2D2D2. Windows color (decimal): -3940921 or 13098435. OLE color: 13098435.
HSL color Cylindrical-coordinate representation of color #C3DDC7: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDC7 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 199 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.13 |
| HSL | 129.23º | 0.28% | 0.82% | - |
| HSV(B) | 129.23º | 0.12% | 0.87% | - |
| XYZ | 58.67 | 67.44 | 63.96 | - |
| YUV | 210.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 199 | 0.12 | 0 | 0.10 | 0.13 | 129.23 | 0.28 | 0.82 |
| Hex | C3 | DD | C7 | C | 0 | A | D | 81 | 1C | 52 |
| Octal | 303 | 335 | 307 | 14 | 0 | 12 | 15 | 201 | 34 | 122 |
| Binary | 11000011 | 11011101 | 11000111 | 1100 | 0 | 1010 | 1101 | 10000001 | 11100 | 1010010 |
Color Harmonies of #C3DDC7
Complementary color
Monochromatic Colors of #C3DDC7
Black with #C3DDC7
Text Example
Text Example
White with #C3DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDC7; }
p { color: rgb(195,221,199); }
H1.HeaderClassName
{
color: #C3DDC7;
}
.AnyTagClassName
{
color: #C3DDC7;
}
</style>
background-color css
<style>
a { background-color: #C3DDC7; }
a { background-color: rgb(195,221,199); }
div.DivClassName
{
background-color: #C3DDC7;
}
.BgClassName
{
background-color: #C3DDC7;
}
</style>
border-color css
<style>
span { border-color: #C3DDC7; }
span { border-color: rgb(195,221,199); }
td.TdClassName
{
border-color: #C3DDC7;
}
.TagClassName
{
border-color: #C3DDC7;
}
</style>