#E3D7EE

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

Shades of Blue Chalk #E3D7EE

Tints of Blue Chalk #E3D7EE

Color information

#E3D7EE (or 0xE3D7EE) is unknown color: approx Blue Chalk. HEX triplet: E3, D7 and EE. RGB value is (227,215,238). Sum of RGB (Red+Green+Blue) = 227+215+238=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D7EE is #1C2811. Grayscale: #DDDDDD. Windows color (decimal): -1845266 or 15652835. OLE color: 15652835.

HSL color Cylindrical-coordinate representation of color #E3D7EE: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D7EE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227215238-
CMYK0.050.1000.07
HSL271.3º40.35%88.82%-
HSV(B)271.3º9.66%93.33%-
XYZ71.4171.190.85-
YUV221.21137.48132.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.38%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 238 (93.36% from 255) = 35%
R=33.38%
G=31.62%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272152380.050.1000.07271.340.3588.82
HexE3D7EE5A0710f2859
Octal3433273565120741750131
Binary111000111101011111101110101101001111000011111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D7EE; }

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

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

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

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

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

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

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

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