#E9DDEE

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

Shades of Blue Chalk #E9DDEE

Tints of Blue Chalk #E9DDEE

Color information

#E9DDEE (or 0xE9DDEE) is unknown color: approx Blue Chalk. HEX triplet: E9, DD and EE. RGB value is (233,221,238). Sum of RGB (Red+Green+Blue) = 233+221+238=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDEE is #162211. Grayscale: #E2E2E2. Windows color (decimal): -1450514 or 15654377. OLE color: 15654377.

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

Color convert

RGB233221238-
CMYK0.020.0700.07
HSL282.35º33.33%90%-
HSV(B)282.35º7.14%93.33%-
XYZ74.8975.2191.46-
YUV226.53134.48132.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=33.67%
G=31.94%
B=34.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332212380.020.0700.07282.3533.3390
HexE9DDEE270711a215a
Octal351335356270743241132
Binary1110100111011101111011101011101111000110101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDEE; }

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

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

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

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

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

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

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

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