#E2D1EE

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

Shades of Blue Chalk #E2D1EE

Tints of Blue Chalk #E2D1EE

Color information

#E2D1EE (or 0xE2D1EE) is unknown color: approx Blue Chalk. HEX triplet: E2, D1 and EE. RGB value is (226,209,238). Sum of RGB (Red+Green+Blue) = 226+209+238=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 209 (82.03% from 255 or 31.05% 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 #E2D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1EE is #1D2E11. Grayscale: #D9D9D9. Windows color (decimal): -1912338 or 15651298. OLE color: 15651298.

HSL color Cylindrical-coordinate representation of color #E2D1EE: hue angle of 275.17º degrees, saturation: 0.46, 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 #E2D1EE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226209238-
CMYK0.050.1200.07
HSL275.17º46.03%87.65%-
HSV(B)275.17º12.18%93.33%-
XYZ69.667.9490.34-
YUV217.39139.63134.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 209 (82.03% from 255) = 31.05%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=33.58%
G=31.05%
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
Decimal2262092380.050.1200.07275.1746.0387.65
HexE2D1EE5C071132e58
Octal3423213565140742356130
Binary111000101101000111101110101110001111000100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D1EE; }

 p { color: rgb(226,209,238); }

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

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

 a { background-color: rgb(226,209,238); }

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

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

 span { border-color: rgb(226,209,238); }

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