Shades of Edgewater #C3DACB
Tints of Edgewater #C3DACB
RGB
CMYK
RGB Variations
Color information
#C3DACB (or 0xC3DACB) is known color: Edgewater. HEX triplet: C3, DA and CB. RGB value is (195,218,203). Sum of RGB (Red+Green+Blue) = 195+218+203=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACB is #3C2534. Grayscale: #D1D1D1. Windows color (decimal): -3941685 or 13359811. OLE color: 13359811.
HSL color Cylindrical-coordinate representation of color #C3DACB: hue angle of 140.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DACB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 218 | 203 | - |
CMYK | 0.11 | 0 | 0.07 | 0.15 |
HSL | 140.87º | 0.24% | 0.81% | - |
HSV(B) | 140.87º | 0.11% | 0.85% | - |
XYZ | 58.36 | 66.06 | 66.17 | - |
YUV | 209.41 | 124.38 | 117.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 218 | 203 | 0.11 | 0 | 0.07 | 0.15 | 140.87 | 0.24 | 0.81 |
Hex | C3 | DA | CB | B | 0 | 7 | F | 8D | 18 | 51 |
Octal | 303 | 332 | 313 | 13 | 0 | 7 | 17 | 215 | 30 | 121 |
Binary | 11000011 | 11011010 | 11001011 | 1011 | 0 | 111 | 1111 | 10001101 | 11000 | 1010001 |
Color Harmonies of #C3DACB
Complementary color
Monochromatic Colors of #C3DACB
Black with #C3DACB
Text Example
Text Example
White with #C3DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DACB; }
p { color: rgb(195,218,203); }
H1.HeaderClassName
{
color: #C3DACB;
}
.AnyTagClassName
{
color: #C3DACB;
}
</style>
background-color css
<style>
a { background-color: #C3DACB; }
a { background-color: rgb(195,218,203); }
div.DivClassName
{
background-color: #C3DACB;
}
.BgClassName
{
background-color: #C3DACB;
}
</style>
border-color css
<style>
span { border-color: #C3DACB; }
span { border-color: rgb(195,218,203); }
td.TdClassName
{
border-color: #C3DACB;
}
.TagClassName
{
border-color: #C3DACB;
}
</style>