#E9D3F3

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

Shades of Blue Chalk #E9D3F3

Tints of Blue Chalk #E9D3F3

Color information

#E9D3F3 (or 0xE9D3F3) is unknown color: approx Blue Chalk. HEX triplet: E9, D3 and F3. RGB value is (233,211,243). Sum of RGB (Red+Green+Blue) = 233+211+243=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9D3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D3F3 is #162C0C. Grayscale: #DDDDDD. Windows color (decimal): -1453069 or 15979497. OLE color: 15979497.

HSL color Cylindrical-coordinate representation of color #E9D3F3: hue angle of 281.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D3F3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233211243-
CMYK0.040.1300.05
HSL281.25º57.14%89.02%-
HSV(B)281.25º13.17%95.29%-
XYZ73.0870.3894.53-
YUV221.23140.29136.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.92%
GREEN value IS 211 (82.81% from 255) = 30.71%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=33.92%
G=30.71%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332112430.040.1300.05281.2557.1489.02
HexE9D3F34D051193959
Octal3513233634150543171131
Binary111010011101001111110011100110101011000110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3F3; }

 p { color: rgb(233,211,243); }

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

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

 a { background-color: rgb(233,211,243); }

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

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

 span { border-color: rgb(233,211,243); }

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