#ECDFDC

Color #ECDFDC Remy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Remy #ECDFDC

Tints of Remy #ECDFDC

Color information

#ECDFDC (or 0xECDFDC) is unknown color: approx 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

RGB236223220-
CMYK00.060.070.07
HSL11.25º29.63%89.41%-
HSV(B)11.25º6.78%92.55%-
XYZ73.975.7878.44-
YUV226.54124.31134.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=34.76%
G=32.84%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622322000.060.070.0711.2529.6389.41
HexECDFDC0677b1e59
Octal35433733406771336131
Binary11101100110111111101110001101111111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>