#E1DADE

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

Shades of Prim #E1DADE

Tints of Prim #E1DADE

Color information

#E1DADE (or 0xE1DADE) is unknown color: approx Prim. HEX triplet: E1, DA and DE. RGB value is (225,218,222). Sum of RGB (Red+Green+Blue) = 225+218+222=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADE is #1E2521. Grayscale: #DCDCDC. Windows color (decimal): -1975586 or 14605025. OLE color: 14605025.

HSL color Cylindrical-coordinate representation of color #E1DADE: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DADE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225218222-
CMYK00.030.010.12
HSL325.71º10.45%86.86%-
HSV(B)325.71º3.11%88.24%-
XYZ69.3171.4279.24-
YUV220.55128.82131.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=33.83%
G=32.78%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521822200.030.010.12325.7110.4586.86
HexE1DADE031C146a57
Octal3413323360311450612127
Binary1110000111011010110111100111110010100011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DADE; }

 p { color: rgb(225,218,222); }

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

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

 a { background-color: rgb(225,218,222); }

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

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

 span { border-color: rgb(225,218,222); }

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