#E4D5F7

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

Shades of Blue Chalk #E4D5F7

Tints of Blue Chalk #E4D5F7

Color information

#E4D5F7 (or 0xE4D5F7) is unknown color: approx Blue Chalk. HEX triplet: E4, D5 and F7. RGB value is (228,213,247). Sum of RGB (Red+Green+Blue) = 228+213+247=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4D5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D5F7 is #1B2A08. Grayscale: #DDDDDD. Windows color (decimal): -1780233 or 16242148. OLE color: 16242148.

HSL color Cylindrical-coordinate representation of color #E4D5F7: hue angle of 266.47º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4D5F7 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228213247-
CMYK0.080.1400.03
HSL266.47º68%90.2%-
HSV(B)266.47º13.77%96.86%-
XYZ72.5870.897.84-
YUV221.36142.47132.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.14%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=33.14%
G=30.96%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2282132470.080.1400.03266.476890.2
HexE4D5F78E0310a445a
Octal344325367101603412104132
Binary1110010011010101111101111000111001110000101010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D5F7; }

 p { color: rgb(228,213,247); }

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

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

 a { background-color: rgb(228,213,247); }

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

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

 span { border-color: rgb(228,213,247); }

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