#E4D7F1

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

Shades of Blue Chalk #E4D7F1

Tints of Blue Chalk #E4D7F1

Color information

#E4D7F1 (or 0xE4D7F1) is unknown color: approx Blue Chalk. HEX triplet: E4, D7 and F1. RGB value is (228,215,241). Sum of RGB (Red+Green+Blue) = 228+215+241=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D7F1 is #1B280E. Grayscale: #DDDDDD. Windows color (decimal): -1779727 or 15849444. OLE color: 15849444.

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

Color convert

RGB228215241-
CMYK0.050.1100.05
HSL270º48.15%89.41%-
HSV(B)270º10.79%94.51%-
XYZ72.1771.4593.21-
YUV221.85138.81132.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=33.33%
G=31.43%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282152410.050.1100.0527048.1589.41
HexE4D7F15B0510e3059
Octal3443273615130541660131
Binary111001001101011111110001101101101011000011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D7F1; }

 p { color: rgb(228,215,241); }

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

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

 a { background-color: rgb(228,215,241); }

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

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

 span { border-color: rgb(228,215,241); }

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