Shades of Edgewater #C4D4CA
Tints of Edgewater #C4D4CA
RGB
CMYK
RGB Variations
Color information
#C4D4CA (or 0xC4D4CA) is known color: Edgewater. HEX triplet: C4, D4 and CA. RGB value is (196,212,202). Sum of RGB (Red+Green+Blue) = 196+212+202=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4CA is #3B2B35. Grayscale: #CECECE. Windows color (decimal): -3877686 or 13292740. OLE color: 13292740.
HSL color Cylindrical-coordinate representation of color #C4D4CA: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D4CA is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
RGB | 196 | 212 | 202 | - |
CMYK | 0.08 | 0 | 0.05 | 0.17 |
HSL | 142.5º | 0.16% | 0.8% | - |
HSV(B) | 142.5º | 0.08% | 0.83% | - |
XYZ | 56.97 | 63.09 | 65.05 | - |
YUV | 206.08 | 125.7 | 120.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 212 | 202 | 0.08 | 0 | 0.05 | 0.17 | 142.5 | 0.16 | 0.8 |
Hex | C4 | D4 | CA | 8 | 0 | 5 | 11 | 8E | 10 | 50 |
Octal | 304 | 324 | 312 | 10 | 0 | 5 | 21 | 216 | 20 | 120 |
Binary | 11000100 | 11010100 | 11001010 | 1000 | 0 | 101 | 10001 | 10001110 | 10000 | 1010000 |
Color Harmonies of #C4D4CA
Complementary color
Monochromatic Colors of #C4D4CA
Black with #C4D4CA
Text Example
Text Example
White with #C4D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4CA; }
p { color: rgb(196,212,202); }
H1.HeaderClassName
{
color: #C4D4CA;
}
.AnyTagClassName
{
color: #C4D4CA;
}
</style>
background-color css
<style>
a { background-color: #C4D4CA; }
a { background-color: rgb(196,212,202); }
div.DivClassName
{
background-color: #C4D4CA;
}
.BgClassName
{
background-color: #C4D4CA;
}
</style>
border-color css
<style>
span { border-color: #C4D4CA; }
span { border-color: rgb(196,212,202); }
td.TdClassName
{
border-color: #C4D4CA;
}
.TagClassName
{
border-color: #C4D4CA;
}
</style>