#E3D8EB

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

Shades of Blue Chalk #E3D8EB

Tints of Blue Chalk #E3D8EB

Color information

#E3D8EB (or 0xE3D8EB) is unknown color: approx Blue Chalk. HEX triplet: E3, D8 and EB. RGB value is (227,216,235). Sum of RGB (Red+Green+Blue) = 227+216+235=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8EB is #1C2714. Grayscale: #DDDDDD. Windows color (decimal): -1845013 or 15456483. OLE color: 15456483.

HSL color Cylindrical-coordinate representation of color #E3D8EB: hue angle of 274.74º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D8EB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227216235-
CMYK0.030.0800.08
HSL274.74º32.2%88.43%-
HSV(B)274.74º8.09%92.16%-
XYZ71.2371.4488.63-
YUV221.45135.64131.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.48%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=33.48%
G=31.86%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272162350.030.0800.08274.7432.288.43
HexE3D8EB38081132058
Octal34333035331001042340130
Binary111000111101100011101011111000010001000100111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D8EB; }

 p { color: rgb(227,216,235); }

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

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

 a { background-color: rgb(227,216,235); }

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

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

 span { border-color: rgb(227,216,235); }

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