#E3D5EA

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

Shades of Blue Chalk #E3D5EA

Tints of Blue Chalk #E3D5EA

Color information

#E3D5EA (or 0xE3D5EA) is unknown color: approx Blue Chalk. HEX triplet: E3, D5 and EA. RGB value is (227,213,234). Sum of RGB (Red+Green+Blue) = 227+213+234=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5EA is #1C2A15. Grayscale: #DBDBDB. Windows color (decimal): -1845782 or 15390179. OLE color: 15390179.

HSL color Cylindrical-coordinate representation of color #E3D5EA: hue angle of 280º degrees, saturation: 0.33, 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 #E3D5EA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227213234-
CMYK0.030.0900.08
HSL280º33.33%87.65%-
HSV(B)280º8.97%91.76%-
XYZ70.3269.8687.62-
YUV219.58136.14133.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.68%
GREEN value IS 213 (83.59% from 255) = 31.60%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=33.68%
G=31.60%
B=34.72%

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
Decimal2272132340.030.0900.0828033.3387.65
HexE3D5EA39081182158
Octal34332535231101043041130
Binary111000111101010111101010111001010001000110001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5EA; }

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

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

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

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

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

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

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

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