#EFE2DF

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

Shades of Remy #EFE2DF

Tints of Remy #EFE2DF

Color information

#EFE2DF (or 0xEFE2DF) is unknown color: approx Remy. HEX triplet: EF, E2 and DF. RGB value is (239,226,223). Sum of RGB (Red+Green+Blue) = 239+226+223=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DF is #101D20. Grayscale: #E5E5E5. Windows color (decimal): -1056033 or 14672623. OLE color: 14672623.

HSL color Cylindrical-coordinate representation of color #EFE2DF: hue angle of 11.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE2DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239226223-
CMYK00.050.070.06
HSL11.25º33.33%90.59%-
HSV(B)11.25º6.69%93.73%-
XYZ76.1178.0780.87-
YUV229.54124.31134.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=34.74%
G=32.85%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922622300.050.070.0611.2533.3390.59
HexEFE2DF0576b215b
Octal35734233705761341133
Binary111011111110001011011111010111111010111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DF; }

 p { color: rgb(239,226,223); }

 H1.HeaderClassName
 {
   color: #EFE2DF;
 }
 .AnyTagClassName
 {
   color: #EFE2DF;
 }
</style>
background-color css

<style>
 a { background-color: #EFE2DF; }

 a { background-color: rgb(239,226,223); }

 div.DivClassName
 {
   background-color: #EFE2DF;
 }
 .BgClassName
 {
   background-color: #EFE2DF;
 }
</style>
border-color css

<style>
 span { border-color: #EFE2DF; }

 span { border-color: rgb(239,226,223); }

 td.TdClassName
 {
   border-color: #EFE2DF;
 }
 .TagClassName
 {
   border-color: #EFE2DF;
 }
</style>