#E2D4E7

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

Shades of Blue Chalk #E2D4E7

Tints of Blue Chalk #E2D4E7

Color information

#E2D4E7 (or 0xE2D4E7) is unknown color: approx Blue Chalk. HEX triplet: E2, D4 and E7. RGB value is (226,212,231). Sum of RGB (Red+Green+Blue) = 226+212+231=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2D4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D4E7 is #1D2B18. Grayscale: #DADADA. Windows color (decimal): -1911577 or 15193314. OLE color: 15193314.

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

Color convert

RGB226212231-
CMYK0.020.0800.09
HSL284.21º28.36%86.86%-
HSV(B)284.21º8.23%90.59%-
XYZ69.3369.0385.27-
YUV218.35135.14133.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=33.78%
G=31.69%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262122310.020.0800.09284.2128.3686.86
HexE2D4E7280911c1c57
Octal34232434721001143434127
Binary11100010110101001110011110100001001100011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D4E7; }

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

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

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

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

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

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

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

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