#E9D5EE

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

Shades of Blue Chalk #E9D5EE

Tints of Blue Chalk #E9D5EE

Color information

#E9D5EE (or 0xE9D5EE) is unknown color: approx Blue Chalk. HEX triplet: E9, D5 and EE. RGB value is (233,213,238). Sum of RGB (Red+Green+Blue) = 233+213+238=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5EE is #162A11. Grayscale: #DDDDDD. Windows color (decimal): -1452562 or 15652329. OLE color: 15652329.

HSL color Cylindrical-coordinate representation of color #E9D5EE: hue angle of 288º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D5EE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233213238-
CMYK0.020.1100.07
HSL288º42.37%88.43%-
HSV(B)288º10.5%93.33%-
XYZ72.8371.0990.77-
YUV221.83137.13135.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.06%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=34.06%
G=31.14%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332132380.020.1100.0728842.3788.43
HexE9D5EE2B071202a58
Octal3513253562130744052130
Binary11101001110101011110111010101101111001000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5EE; }

 p { color: rgb(233,213,238); }

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

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

 a { background-color: rgb(233,213,238); }

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

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

 span { border-color: rgb(233,213,238); }

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