#E5D1FB

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

Shades of Blue Chalk #E5D1FB

Tints of Blue Chalk #E5D1FB

Color information

#E5D1FB (or 0xE5D1FB) is unknown color: approx Blue Chalk. HEX triplet: E5, D1 and FB. RGB value is (229,209,251). Sum of RGB (Red+Green+Blue) = 229+209+251=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1FB is #1A2E04. Grayscale: #DBDBDB. Windows color (decimal): -1715717 or 16503269. OLE color: 16503269.

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

Color convert

RGB229209251-
CMYK0.090.1700.02
HSL268.57º84%90.2%-
HSV(B)268.57º16.73%98.43%-
XYZ72.5369.22100.81-
YUV219.77145.63134.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.24%
GREEN value IS 209 (82.03% from 255) = 30.33%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=33.24%
G=30.33%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292092510.090.1700.02268.578490.2
HexE5D1FB9110210d545a
Octal345321373112102415124132
Binary11100101110100011111101110011000101010000110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1FB; }

 p { color: rgb(229,209,251); }

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

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

 a { background-color: rgb(229,209,251); }

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

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

 span { border-color: rgb(229,209,251); }

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