#E9D9FB

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

Shades of Blue Chalk #E9D9FB

Tints of Blue Chalk #E9D9FB

Color information

#E9D9FB (or 0xE9D9FB) is unknown color: approx Blue Chalk. HEX triplet: E9, D9 and FB. RGB value is (233,217,251). Sum of RGB (Red+Green+Blue) = 233+217+251=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9D9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FB is #162604. Grayscale: #E1E1E1. Windows color (decimal): -1451525 or 16505321. OLE color: 16505321.

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

Color convert

RGB233217251-
CMYK0.070.1400.02
HSL268.24º80.95%91.76%-
HSV(B)268.24º13.55%98.43%-
XYZ75.8373.91101.54-
YUV225.66142.3133.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.24%
GREEN value IS 217 (85.16% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=33.24%
G=30.96%
B=35.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332172510.070.1400.02268.2480.9591.76
HexE9D9FB7E0210c515c
Octal35133137371602414121134
Binary111010011101100111111011111111001010000110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9FB; }

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

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

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

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

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

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

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

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