#E3D7F3

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

Shades of Blue Chalk #E3D7F3

Tints of Blue Chalk #E3D7F3

Color information

#E3D7F3 (or 0xE3D7F3) is unknown color: approx Blue Chalk. HEX triplet: E3, D7 and F3. RGB value is (227,215,243). Sum of RGB (Red+Green+Blue) = 227+215+243=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7F3 is #1C280C. Grayscale: #DDDDDD. Windows color (decimal): -1845261 or 15980515. OLE color: 15980515.

HSL color Cylindrical-coordinate representation of color #E3D7F3: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D7F3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227215243-
CMYK0.070.1200.05
HSL265.71º53.85%89.8%-
HSV(B)265.71º11.52%95.29%-
XYZ72.1671.494.77-
YUV221.78139.98131.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.14%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=33.14%
G=31.39%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272152430.070.1200.05265.7153.8589.8
HexE3D7F37C0510a365a
Octal3433273637140541266132
Binary111000111101011111110011111110001011000010101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D7F3; }

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

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

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

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

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

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

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

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