#E5D4FB

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

Shades of Blue Chalk #E5D4FB

Tints of Blue Chalk #E5D4FB

Color information

#E5D4FB (or 0xE5D4FB) is unknown color: approx Blue Chalk. HEX triplet: E5, D4 and FB. RGB value is (229,212,251). Sum of RGB (Red+Green+Blue) = 229+212+251=692 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.09% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5D4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4FB is #1A2B04. Grayscale: #DDDDDD. Windows color (decimal): -1714949 or 16504037. OLE color: 16504037.

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

Color convert

RGB229212251-
CMYK0.090.1600.02
HSL266.15º82.98%90.78%-
HSV(B)266.15º15.54%98.43%-
XYZ73.2770.71101.05-
YUV221.53144.63133.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.09%
GREEN value IS 212 (83.20% from 255) = 30.64%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=33.09%
G=30.64%
B=36.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292122510.090.1600.02266.1582.9890.78
HexE5D4FB9100210a535b
Octal345324373112002412123133
Binary11100101110101001111101110011000001010000101010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D4FB; }

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

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

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

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

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

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

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

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