#E2D3F1

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

Shades of Blue Chalk #E2D3F1

Tints of Blue Chalk #E2D3F1

Color information

#E2D3F1 (or 0xE2D3F1) is unknown color: approx Blue Chalk. HEX triplet: E2, D3 and F1. RGB value is (226,211,241). Sum of RGB (Red+Green+Blue) = 226+211+241=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D3F1 is #1D2C0E. Grayscale: #DADADA. Windows color (decimal): -1911823 or 15848418. OLE color: 15848418.

HSL color Cylindrical-coordinate representation of color #E2D3F1: hue angle of 270º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2D3F1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226211241-
CMYK0.060.1200.05
HSL270º51.72%88.63%-
HSV(B)270º12.45%94.51%-
XYZ70.5469.1192.84-
YUV218.9140.47133.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 31.12%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=33.33%
G=31.12%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262112410.060.1200.0527051.7288.63
HexE2D3F16C0510e3459
Octal3423233616140541664131
Binary111000101101001111110001110110001011000011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D3F1; }

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

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

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

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

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

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

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

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