#E5D5F9

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

Shades of Blue Chalk #E5D5F9

Tints of Blue Chalk #E5D5F9

Color information

#E5D5F9 (or 0xE5D5F9) is unknown color: approx Blue Chalk. HEX triplet: E5, D5 and F9. RGB value is (229,213,249). Sum of RGB (Red+Green+Blue) = 229+213+249=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5D5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5F9 is #1A2A06. Grayscale: #DDDDDD. Windows color (decimal): -1714695 or 16373221. OLE color: 16373221.

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

Color convert

RGB229213249-
CMYK0.080.1400.02
HSL266.67º75%90.59%-
HSV(B)266.67º14.46%97.65%-
XYZ73.2171.0999.49-
YUV221.89143.3133.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.14%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=33.14%
G=30.82%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292132490.080.1400.02266.677590.59
HexE5D5F98E0210b4b5b
Octal345325371101602413113133
Binary1110010111010101111110011000111001010000101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5F9; }

 p { color: rgb(229,213,249); }

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

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

 a { background-color: rgb(229,213,249); }

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

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

 span { border-color: rgb(229,213,249); }

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