#E3D7F1

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

Shades of Blue Chalk #E3D7F1

Tints of Blue Chalk #E3D7F1

Color information

#E3D7F1 (or 0xE3D7F1) is unknown color: approx Blue Chalk. HEX triplet: E3, D7 and F1. RGB value is (227,215,241). Sum of RGB (Red+Green+Blue) = 227+215+241=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7F1 is #1C280E. Grayscale: #DDDDDD. Windows color (decimal): -1845263 or 15849443. OLE color: 15849443.

HSL color Cylindrical-coordinate representation of color #E3D7F1: hue angle of 267.69º 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 #E3D7F1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227215241-
CMYK0.060.1100.05
HSL267.69º48.15%89.41%-
HSV(B)267.69º10.79%94.51%-
XYZ71.8671.2893.19-
YUV221.55138.98131.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.24%
GREEN value IS 215 (84.38% from 255) = 31.48%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=33.24%
G=31.48%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272152410.060.1100.05267.6948.1589.41
HexE3D7F16B0510c3059
Octal3433273616130541460131
Binary111000111101011111110001110101101011000011001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D7F1; }

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

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

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

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

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

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

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

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