Shades of Edgewater #C3D9C7
Tints of Edgewater #C3D9C7
RGB
CMYK
RGB Variations
Color information
#C3D9C7 (or 0xC3D9C7) is known color: Edgewater. HEX triplet: C3, D9 and C7. RGB value is (195,217,199). Sum of RGB (Red+Green+Blue) = 195+217+199=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9C7 is #3C2638. Grayscale: #D0D0D0. Windows color (decimal): -3941945 or 13097411. OLE color: 13097411.
HSL color Cylindrical-coordinate representation of color #C3D9C7: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D9C7 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 217 | 199 | - |
CMYK | 0.10 | 0 | 0.08 | 0.15 |
HSL | 130.91º | 0.22% | 0.81% | - |
HSV(B) | 130.91º | 0.1% | 0.85% | - |
XYZ | 57.63 | 65.35 | 63.61 | - |
YUV | 208.37 | 122.71 | 118.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 217 | 199 | 0.10 | 0 | 0.08 | 0.15 | 130.91 | 0.22 | 0.81 |
Hex | C3 | D9 | C7 | A | 0 | 8 | F | 83 | 16 | 51 |
Octal | 303 | 331 | 307 | 12 | 0 | 10 | 17 | 203 | 26 | 121 |
Binary | 11000011 | 11011001 | 11000111 | 1010 | 0 | 1000 | 1111 | 10000011 | 10110 | 1010001 |
Color Harmonies of #C3D9C7
Complementary color
Monochromatic Colors of #C3D9C7
Black with #C3D9C7
Text Example
Text Example
White with #C3D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D9C7; }
p { color: rgb(195,217,199); }
H1.HeaderClassName
{
color: #C3D9C7;
}
.AnyTagClassName
{
color: #C3D9C7;
}
</style>
background-color css
<style>
a { background-color: #C3D9C7; }
a { background-color: rgb(195,217,199); }
div.DivClassName
{
background-color: #C3D9C7;
}
.BgClassName
{
background-color: #C3D9C7;
}
</style>
border-color css
<style>
span { border-color: #C3D9C7; }
span { border-color: rgb(195,217,199); }
td.TdClassName
{
border-color: #C3D9C7;
}
.TagClassName
{
border-color: #C3D9C7;
}
</style>