Shades of Solitaire #ECDAC1
Tints of Solitaire #ECDAC1
RGB
CMYK
RGB Variations
Color information
#ECDAC1 (or 0xECDAC1) is known color: Solitaire. HEX triplet: EC, DA and C1. RGB value is (236,218,193). Sum of RGB (Red+Green+Blue) = 236+218+193=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAC1 is #13253E. Grayscale: #DCDCDC. Windows color (decimal): -1254719 or 12704492. OLE color: 12704492.
HSL color Cylindrical-coordinate representation of color #ECDAC1: hue angle of 34.88º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECDAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 193 | - |
CMYK | 0 | 0.08 | 0.18 | 0.07 |
HSL | 34.88º | 0.53% | 0.84% | - |
HSV(B) | 34.88º | 0.18% | 0.93% | - |
XYZ | 69.29 | 71.83 | 60.66 | - |
YUV | 220.53 | 112.46 | 139.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 193 | 0 | 0.08 | 0.18 | 0.07 | 34.88 | 0.53 | 0.84 |
Hex | EC | DA | C1 | 0 | 8 | 12 | 7 | 23 | 35 | 54 |
Octal | 354 | 332 | 301 | 0 | 10 | 22 | 7 | 43 | 65 | 124 |
Binary | 11101100 | 11011010 | 11000001 | 0 | 1000 | 10010 | 111 | 100011 | 110101 | 1010100 |
Color Harmonies of #ECDAC1
Complementary color
Monochromatic Colors of #ECDAC1
Black with #ECDAC1
Text Example
Text Example
White with #ECDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAC1; }
p { color: rgb(236,218,193); }
H1.HeaderClassName
{
color: #ECDAC1;
}
.AnyTagClassName
{
color: #ECDAC1;
}
</style>
background-color css
<style>
a { background-color: #ECDAC1; }
a { background-color: rgb(236,218,193); }
div.DivClassName
{
background-color: #ECDAC1;
}
.BgClassName
{
background-color: #ECDAC1;
}
</style>
border-color css
<style>
span { border-color: #ECDAC1; }
span { border-color: rgb(236,218,193); }
td.TdClassName
{
border-color: #ECDAC1;
}
.TagClassName
{
border-color: #ECDAC1;
}
</style>