Shades of Edgewater #C2CDC5
Tints of Edgewater #C2CDC5
RGB
CMYK
RGB Variations
Color information
#C2CDC5 (or 0xC2CDC5) is known color: Edgewater. HEX triplet: C2, CD and C5. RGB value is (194,205,197). Sum of RGB (Red+Green+Blue) = 194+205+197=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDC5 is #3D323A. Grayscale: #C8C8C8. Windows color (decimal): -4010555 or 12963266. OLE color: 12963266.
HSL color Cylindrical-coordinate representation of color #C2CDC5: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CDC5 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 205 | 197 | - |
CMYK | 0.05 | 0 | 0.04 | 0.20 |
HSL | 136.36º | 0.1% | 0.78% | - |
HSV(B) | 136.36º | 0.05% | 0.8% | - |
XYZ | 54.16 | 59.16 | 61.39 | - |
YUV | 200.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 197 | 0.05 | 0 | 0.04 | 0.20 | 136.36 | 0.1 | 0.78 |
Hex | C2 | CD | C5 | 5 | 0 | 4 | 14 | 88 | A | 4E |
Octal | 302 | 315 | 305 | 5 | 0 | 4 | 24 | 210 | 12 | 116 |
Binary | 11000010 | 11001101 | 11000101 | 101 | 0 | 100 | 10100 | 10001000 | 1010 | 1001110 |
Color Harmonies of #C2CDC5
Complementary color
Monochromatic Colors of #C2CDC5
Black with #C2CDC5
Text Example
Text Example
White with #C2CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDC5; }
p { color: rgb(194,205,197); }
H1.HeaderClassName
{
color: #C2CDC5;
}
.AnyTagClassName
{
color: #C2CDC5;
}
</style>
background-color css
<style>
a { background-color: #C2CDC5; }
a { background-color: rgb(194,205,197); }
div.DivClassName
{
background-color: #C2CDC5;
}
.BgClassName
{
background-color: #C2CDC5;
}
</style>
border-color css
<style>
span { border-color: #C2CDC5; }
span { border-color: rgb(194,205,197); }
td.TdClassName
{
border-color: #C2CDC5;
}
.TagClassName
{
border-color: #C2CDC5;
}
</style>