#E3D5EB

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

Shades of Blue Chalk #E3D5EB

Tints of Blue Chalk #E3D5EB

Color information

#E3D5EB (or 0xE3D5EB) is unknown color: approx Blue Chalk. HEX triplet: E3, D5 and EB. RGB value is (227,213,235). Sum of RGB (Red+Green+Blue) = 227+213+235=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5EB is #1C2A14. Grayscale: #DBDBDB. Windows color (decimal): -1845781 or 15455715. OLE color: 15455715.

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

Color convert

RGB227213235-
CMYK0.030.0900.08
HSL278.18º35.48%87.84%-
HSV(B)278.18º9.36%92.16%-
XYZ70.4769.9288.38-
YUV219.69136.64133.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.63%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=33.63%
G=31.56%
B=34.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272132350.030.0900.08278.1835.4887.84
HexE3D5EB39081162358
Octal34332535331101042643130
Binary111000111101010111101011111001010001000101101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5EB; }

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

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

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

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

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

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

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

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