#E9D5FA

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

Shades of Blue Chalk #E9D5FA

Tints of Blue Chalk #E9D5FA

Color information

#E9D5FA (or 0xE9D5FA) is unknown color: approx Blue Chalk. HEX triplet: E9, D5 and FA. RGB value is (233,213,250). Sum of RGB (Red+Green+Blue) = 233+213+250=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5FA is #162A05. Grayscale: #DFDFDF. Windows color (decimal): -1452550 or 16438761. OLE color: 16438761.

HSL color Cylindrical-coordinate representation of color #E9D5FA: hue angle of 272.43º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9D5FA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233213250-
CMYK0.070.1500.02
HSL272.43º78.72%90.78%-
HSV(B)272.43º14.8%98.04%-
XYZ74.6571.81100.37-
YUV223.2143.13134.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.48%
GREEN value IS 213 (83.59% from 255) = 30.60%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=33.48%
G=30.60%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332132500.070.1500.02272.4378.7290.78
HexE9D5FA7F021104f5b
Octal35132537271702420117133
Binary111010011101010111111010111111101010001000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5FA; }

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

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

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

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

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

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

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

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