#E1D4EB

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

Shades of Blue Chalk #E1D4EB

Tints of Blue Chalk #E1D4EB

Color information

#E1D4EB (or 0xE1D4EB) is unknown color: approx Blue Chalk. HEX triplet: E1, D4 and EB. RGB value is (225,212,235). Sum of RGB (Red+Green+Blue) = 225+212+235=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D4EB is #1E2B14. Grayscale: #DADADA. Windows color (decimal): -1977109 or 15455457. OLE color: 15455457.

HSL color Cylindrical-coordinate representation of color #E1D4EB: hue angle of 273.91º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D4EB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225212235-
CMYK0.040.1000.08
HSL273.91º36.51%87.65%-
HSV(B)273.91º9.79%92.16%-
XYZ69.5969.0988.27-
YUV218.51137.31132.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=33.48%
G=31.55%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252122350.040.1000.08273.9136.5187.65
HexE1D4EB4A081122558
Octal34132435341201042245130
Binary1110000111010100111010111001010010001000100101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4EB; }

 p { color: rgb(225,212,235); }

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

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

 a { background-color: rgb(225,212,235); }

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

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

 span { border-color: rgb(225,212,235); }

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