#E2D4EA

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

Shades of Blue Chalk #E2D4EA

Tints of Blue Chalk #E2D4EA

Color information

#E2D4EA (or 0xE2D4EA) is unknown color: approx Blue Chalk. HEX triplet: E2, D4 and EA. RGB value is (226,212,234). Sum of RGB (Red+Green+Blue) = 226+212+234=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4EA is #1D2B15. Grayscale: #DADADA. Windows color (decimal): -1911574 or 15389922. OLE color: 15389922.

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

Color convert

RGB226212234-
CMYK0.030.0900.08
HSL278.18º34.37%87.45%-
HSV(B)278.18º9.4%91.76%-
XYZ69.7669.287.52-
YUV218.69136.64133.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.63%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=33.63%
G=31.55%
B=34.82%

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
Decimal2262122340.030.0900.08278.1834.3787.45
HexE2D4EA39081162257
Octal34232435231101042642127
Binary111000101101010011101010111001010001000101101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D4EA; }

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

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

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

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

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

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

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

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