#E9D9FA

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

Shades of Blue Chalk #E9D9FA

Tints of Blue Chalk #E9D9FA

Color information

#E9D9FA (or 0xE9D9FA) is unknown color: approx Blue Chalk. HEX triplet: E9, D9 and FA. RGB value is (233,217,250). Sum of RGB (Red+Green+Blue) = 233+217+250=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9D9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FA is #162605. Grayscale: #E1E1E1. Windows color (decimal): -1451526 or 16439785. OLE color: 16439785.

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

Color convert

RGB233217250-
CMYK0.070.1300.02
HSL269.09º76.74%91.57%-
HSV(B)269.09º13.2%98.04%-
XYZ75.6773.85100.71-
YUV225.55141.8133.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.29%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=33.29%
G=31%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332172500.070.1300.02269.0976.7491.57
HexE9D9FA7D0210d4d5c
Octal35133137271502415115134
Binary111010011101100111111010111110101010000110110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9FA; }

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

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

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

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

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

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

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

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