#E3DFE0

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

Shades of Pale Rose #E3DFE0

Tints of Pale Rose #E3DFE0

Color information

#E3DFE0 (or 0xE3DFE0) is unknown color: approx Pale Rose. HEX triplet: E3, DF and E0. RGB value is (227,223,224). Sum of RGB (Red+Green+Blue) = 227+223+224=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFE0 is #1C201F. Grayscale: #E0E0E0. Windows color (decimal): -1843232 or 14737379. OLE color: 14737379.

HSL color Cylindrical-coordinate representation of color #E3DFE0: hue angle of 345º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E3DFE0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227223224-
CMYK00.020.010.11
HSL345º6.67%88.24%-
HSV(B)345º1.76%89.02%-
XYZ71.5274.4981.13-
YUV224.31127.83129.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.68%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=33.68%
G=33.09%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722322400.020.010.113456.6788.24
HexE3DFE0021B159758
Octal343337340021135317130
Binary111000111101111111100000010110111010110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DFE0; }

 p { color: rgb(227,223,224); }

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

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

 a { background-color: rgb(227,223,224); }

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

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

 span { border-color: rgb(227,223,224); }

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