#E2D5EA

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

Shades of Blue Chalk #E2D5EA

Tints of Blue Chalk #E2D5EA

Color information

#E2D5EA (or 0xE2D5EA) is unknown color: approx Blue Chalk. HEX triplet: E2, D5 and EA. RGB value is (226,213,234). Sum of RGB (Red+Green+Blue) = 226+213+234=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5EA is #1D2A15. Grayscale: #DBDBDB. Windows color (decimal): -1911318 or 15390178. OLE color: 15390178.

HSL color Cylindrical-coordinate representation of color #E2D5EA: hue angle of 277.14º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2D5EA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226213234-
CMYK0.030.0900.08
HSL277.14º33.33%87.65%-
HSV(B)277.14º8.97%91.76%-
XYZ70.0169.787.61-
YUV219.28136.31132.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=33.58%
G=31.65%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262132340.030.0900.08277.1433.3387.65
HexE2D5EA39081152158
Octal34232535231101042541130
Binary111000101101010111101010111001010001000101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5EA; }

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

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

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

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

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

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

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

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