Shades of Edgewater #C2DCCA
Tints of Edgewater #C2DCCA
RGB
CMYK
RGB Variations
Color information
#C2DCCA (or 0xC2DCCA) is known color: Edgewater. HEX triplet: C2, DC and CA. RGB value is (194,220,202). Sum of RGB (Red+Green+Blue) = 194+220+202=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCA is #3D2335. Grayscale: #D2D2D2. Windows color (decimal): -4006710 or 13294786. OLE color: 13294786.
HSL color Cylindrical-coordinate representation of color #C2DCCA: hue angle of 138.46º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCCA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 220 | 202 | - |
CMYK | 0.12 | 0 | 0.08 | 0.14 |
HSL | 138.46º | 0.27% | 0.81% | - |
HSV(B) | 138.46º | 0.12% | 0.86% | - |
XYZ | 58.5 | 66.92 | 65.71 | - |
YUV | 210.17 | 123.39 | 116.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 202 | 0.12 | 0 | 0.08 | 0.14 | 138.46 | 0.27 | 0.81 |
Hex | C2 | DC | CA | C | 0 | 8 | E | 8A | 1B | 51 |
Octal | 302 | 334 | 312 | 14 | 0 | 10 | 16 | 212 | 33 | 121 |
Binary | 11000010 | 11011100 | 11001010 | 1100 | 0 | 1000 | 1110 | 10001010 | 11011 | 1010001 |
Color Harmonies of #C2DCCA
Complementary color
Monochromatic Colors of #C2DCCA
Black with #C2DCCA
Text Example
Text Example
White with #C2DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCCA; }
p { color: rgb(194,220,202); }
H1.HeaderClassName
{
color: #C2DCCA;
}
.AnyTagClassName
{
color: #C2DCCA;
}
</style>
background-color css
<style>
a { background-color: #C2DCCA; }
a { background-color: rgb(194,220,202); }
div.DivClassName
{
background-color: #C2DCCA;
}
.BgClassName
{
background-color: #C2DCCA;
}
</style>
border-color css
<style>
span { border-color: #C2DCCA; }
span { border-color: rgb(194,220,202); }
td.TdClassName
{
border-color: #C2DCCA;
}
.TagClassName
{
border-color: #C2DCCA;
}
</style>