Shades of Solitaire #ECDABD
Tints of Solitaire #ECDABD
RGB
CMYK
RGB Variations
Color information
#ECDABD (or 0xECDABD) is known color: Solitaire. HEX triplet: EC, DA and BD. RGB value is (236,218,189). Sum of RGB (Red+Green+Blue) = 236+218+189=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABD is #132542. Grayscale: #DCDCDC. Windows color (decimal): -1254723 or 12442348. OLE color: 12442348.
HSL color Cylindrical-coordinate representation of color #ECDABD: hue angle of 37.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECDABD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 189 | - |
CMYK | 0 | 0.08 | 0.20 | 0.07 |
HSL | 37.02º | 0.55% | 0.83% | - |
HSV(B) | 37.02º | 0.2% | 0.93% | - |
XYZ | 68.85 | 71.65 | 58.35 | - |
YUV | 220.08 | 110.46 | 139.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 189 | 0 | 0.08 | 0.20 | 0.07 | 37.02 | 0.55 | 0.83 |
Hex | EC | DA | BD | 0 | 8 | 14 | 7 | 25 | 37 | 53 |
Octal | 354 | 332 | 275 | 0 | 10 | 24 | 7 | 45 | 67 | 123 |
Binary | 11101100 | 11011010 | 10111101 | 0 | 1000 | 10100 | 111 | 100101 | 110111 | 1010011 |
Color Harmonies of #ECDABD
Complementary color
Monochromatic Colors of #ECDABD
Black with #ECDABD
Text Example
Text Example
White with #ECDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDABD; }
p { color: rgb(236,218,189); }
H1.HeaderClassName
{
color: #ECDABD;
}
.AnyTagClassName
{
color: #ECDABD;
}
</style>
background-color css
<style>
a { background-color: #ECDABD; }
a { background-color: rgb(236,218,189); }
div.DivClassName
{
background-color: #ECDABD;
}
.BgClassName
{
background-color: #ECDABD;
}
</style>
border-color css
<style>
span { border-color: #ECDABD; }
span { border-color: rgb(236,218,189); }
td.TdClassName
{
border-color: #ECDABD;
}
.TagClassName
{
border-color: #ECDABD;
}
</style>