#E9D3FF

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

Shades of Blue Chalk #E9D3FF

Tints of Blue Chalk #E9D3FF

Color information

#E9D3FF (or 0xE9D3FF) is unknown color: approx Blue Chalk. HEX triplet: E9, D3 and FF. RGB value is (233,211,255). Sum of RGB (Red+Green+Blue) = 233+211+255=699 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.33% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D3FF is #162C00. Grayscale: #DEDEDE. Windows color (decimal): -1453057 or 16765929. OLE color: 16765929.

HSL color Cylindrical-coordinate representation of color #E9D3FF: hue angle of 270º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9D3FF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233211255-
CMYK0.090.1700
HSL270º100%91.37%-
HSV(B)270º17.25%100%-
XYZ74.9571.13104.39-
YUV222.59146.29135.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 30.19%
BLUE value IS 255 (100% from 255) = 36.48%
R=33.33%
G=30.19%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332112550.090.170027010091.37
HexE9D3FF9110010e645b
Octal351323377112100416144133
Binary1110100111010011111111111001100010010000111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3FF; }

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

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

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

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

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

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

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

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