#E2D3EA

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

Shades of Blue Chalk #E2D3EA

Tints of Blue Chalk #E2D3EA

Color information

#E2D3EA (or 0xE2D3EA) is unknown color: approx Blue Chalk. HEX triplet: E2, D3 and EA. RGB value is (226,211,234). Sum of RGB (Red+Green+Blue) = 226+211+234=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D3EA is #1D2C15. Grayscale: #DADADA. Windows color (decimal): -1911830 or 15389666. OLE color: 15389666.

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

Color convert

RGB226211234-
CMYK0.030.1000.08
HSL279.13º35.38%87.25%-
HSV(B)279.13º9.83%91.76%-
XYZ69.5168.787.44-
YUV218.11136.97133.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=33.68%
G=31.45%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262112340.030.1000.08279.1335.3887.25
HexE2D3EA3A081172357
Octal34232335231201042743127
Binary111000101101001111101010111010010001000101111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D3EA; }

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

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

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

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

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

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

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

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