Shades of Remy #ECDFDC
Tints of Remy #ECDFDC
RGB
CMYK
RGB Variations
Color information
#ECDFDC (or 0xECDFDC) is known color: Remy. HEX triplet: EC, DF and DC. RGB value is (236,223,220). Sum of RGB (Red+Green+Blue) = 236+223+220=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFDC is #132023. Grayscale: #E2E2E2. Windows color (decimal): -1253412 or 14475244. OLE color: 14475244.
HSL color Cylindrical-coordinate representation of color #ECDFDC: hue angle of 11.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDFDC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 220 | - |
CMYK | 0 | 0.06 | 0.07 | 0.07 |
HSL | 11.25º | 0.3% | 0.89% | - |
HSV(B) | 11.25º | 0.07% | 0.93% | - |
XYZ | 73.9 | 75.78 | 78.44 | - |
YUV | 226.55 | 124.31 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 220 | 0 | 0.06 | 0.07 | 0.07 | 11.25 | 0.3 | 0.89 |
Hex | EC | DF | DC | 0 | 6 | 7 | 7 | B | 1E | 59 |
Octal | 354 | 337 | 334 | 0 | 6 | 7 | 7 | 13 | 36 | 131 |
Binary | 11101100 | 11011111 | 11011100 | 0 | 110 | 111 | 111 | 1011 | 11110 | 1011001 |
Color Harmonies of #ECDFDC
Complementary color
Monochromatic Colors of #ECDFDC
Black with #ECDFDC
Text Example
Text Example
White with #ECDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFDC; }
p { color: rgb(236,223,220); }
H1.HeaderClassName
{
color: #ECDFDC;
}
.AnyTagClassName
{
color: #ECDFDC;
}
</style>
background-color css
<style>
a { background-color: #ECDFDC; }
a { background-color: rgb(236,223,220); }
div.DivClassName
{
background-color: #ECDFDC;
}
.BgClassName
{
background-color: #ECDFDC;
}
</style>
border-color css
<style>
span { border-color: #ECDFDC; }
span { border-color: rgb(236,223,220); }
td.TdClassName
{
border-color: #ECDFDC;
}
.TagClassName
{
border-color: #ECDFDC;
}
</style>