Shades of Sidecar #ECDEAF
Tints of Sidecar #ECDEAF
RGB
CMYK
RGB Variations
Color information
#ECDEAF (or 0xECDEAF) is known color: Sidecar. HEX triplet: EC, DE and AF. RGB value is (236,222,175). Sum of RGB (Red+Green+Blue) = 236+222+175=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDEAF is #132150. Grayscale: #DDDDDD. Windows color (decimal): -1253713 or 11525868. OLE color: 11525868.
HSL color Cylindrical-coordinate representation of color #ECDEAF: hue angle of 46.23º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECDEAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 175 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 46.23º | 0.62% | 0.81% | - |
| HSV(B) | 46.23º | 0.26% | 0.93% | - |
| XYZ | 68.45 | 73.17 | 51.07 | - |
| YUV | 220.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 175 | 0 | 0.06 | 0.26 | 0.07 | 46.23 | 0.62 | 0.81 |
| Hex | EC | DE | AF | 0 | 6 | 1A | 7 | 2E | 3E | 51 |
| Octal | 354 | 336 | 257 | 0 | 6 | 32 | 7 | 56 | 76 | 121 |
| Binary | 11101100 | 11011110 | 10101111 | 0 | 110 | 11010 | 111 | 101110 | 111110 | 1010001 |
Color Harmonies of #ECDEAF
Complementary color
Monochromatic Colors of #ECDEAF
Black with #ECDEAF
Text Example
Text Example
White with #ECDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEAF; }
p { color: rgb(236,222,175); }
H1.HeaderClassName
{
color: #ECDEAF;
}
.AnyTagClassName
{
color: #ECDEAF;
}
</style>
background-color css
<style>
a { background-color: #ECDEAF; }
a { background-color: rgb(236,222,175); }
div.DivClassName
{
background-color: #ECDEAF;
}
.BgClassName
{
background-color: #ECDEAF;
}
</style>
border-color css
<style>
span { border-color: #ECDEAF; }
span { border-color: rgb(236,222,175); }
td.TdClassName
{
border-color: #ECDEAF;
}
.TagClassName
{
border-color: #ECDEAF;
}
</style>