#E2D3EE

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

Shades of Blue Chalk #E2D3EE

Tints of Blue Chalk #E2D3EE

Color information

#E2D3EE (or 0xE2D3EE) is unknown color: approx Blue Chalk. HEX triplet: E2, D3 and EE. RGB value is (226,211,238). Sum of RGB (Red+Green+Blue) = 226+211+238=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D3EE is #1D2C11. Grayscale: #DADADA. Windows color (decimal): -1911826 or 15651810. OLE color: 15651810.

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

Color convert

RGB226211238-
CMYK0.050.1100.07
HSL273.33º44.26%88.04%-
HSV(B)273.33º11.34%93.33%-
XYZ70.0968.9390.5-
YUV218.56138.97133.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.48%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=33.48%
G=31.26%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262112380.050.1100.07273.3344.2688.04
HexE2D3EE5B071112c58
Octal3423233565130742154130
Binary111000101101001111101110101101101111000100011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D3EE; }

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

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

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

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

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

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

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

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