#E1D2EE

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

Shades of Blue Chalk #E1D2EE

Tints of Blue Chalk #E1D2EE

Color information

#E1D2EE (or 0xE1D2EE) is unknown color: approx Blue Chalk. HEX triplet: E1, D2 and EE. RGB value is (225,210,238). Sum of RGB (Red+Green+Blue) = 225+210+238=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2EE is #1E2D11. Grayscale: #D9D9D9. Windows color (decimal): -1977618 or 15651553. OLE color: 15651553.

HSL color Cylindrical-coordinate representation of color #E1D2EE: hue angle of 272.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D2EE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225210238-
CMYK0.050.1200.07
HSL272.14º45.16%87.84%-
HSV(B)272.14º11.76%93.33%-
XYZ69.5368.2790.4-
YUV217.68139.47133.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.43%
GREEN value IS 210 (82.42% from 255) = 31.20%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=33.43%
G=31.20%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252102380.050.1200.07272.1445.1687.84
HexE1D2EE5C071102d58
Octal3413223565140742055130
Binary111000011101001011101110101110001111000100001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2EE; }

 p { color: rgb(225,210,238); }

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

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

 a { background-color: rgb(225,210,238); }

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

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

 span { border-color: rgb(225,210,238); }

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