#E2D9EB

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

Shades of Blue Chalk #E2D9EB

Tints of Blue Chalk #E2D9EB

Color information

#E2D9EB (or 0xE2D9EB) is unknown color: approx Blue Chalk. HEX triplet: E2, D9 and EB. RGB value is (226,217,235). Sum of RGB (Red+Green+Blue) = 226+217+235=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9EB is #1D2614. Grayscale: #DDDDDD. Windows color (decimal): -1910293 or 15456738. OLE color: 15456738.

HSL color Cylindrical-coordinate representation of color #E2D9EB: hue angle of 270º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D9EB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226217235-
CMYK0.040.0800.08
HSL270º31.03%88.63%-
HSV(B)270º7.66%92.16%-
XYZ71.1771.7988.7-
YUV221.74135.48131.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=33.33%
G=32.01%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262172350.040.0800.0827031.0388.63
HexE2D9EB480810e1f59
Octal34233135341001041637131
Binary111000101101100111101011100100001000100001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9EB; }

 p { color: rgb(226,217,235); }

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

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

 a { background-color: rgb(226,217,235); }

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

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

 span { border-color: rgb(226,217,235); }

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