#E9D5F9

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

Shades of Blue Chalk #E9D5F9

Tints of Blue Chalk #E9D5F9

Color information

#E9D5F9 (or 0xE9D5F9) is unknown color: approx Blue Chalk. HEX triplet: E9, D5 and F9. RGB value is (233,213,249). Sum of RGB (Red+Green+Blue) = 233+213+249=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9D5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D5F9 is #162A06. Grayscale: #DEDEDE. Windows color (decimal): -1452551 or 16373225. OLE color: 16373225.

HSL color Cylindrical-coordinate representation of color #E9D5F9: hue angle of 273.33º 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 #E9D5F9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233213249-
CMYK0.060.1400.02
HSL273.33º75%90.59%-
HSV(B)273.33º14.46%97.65%-
XYZ74.571.7599.55-
YUV223.08142.63135.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.53%
GREEN value IS 213 (83.59% from 255) = 30.65%
BLUE value IS 249 (97.66% from 255) = 35.83%
R=33.53%
G=30.65%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332132490.060.1400.02273.337590.59
HexE9D5F96E021114b5b
Octal35132537161602421113133
Binary111010011101010111111001110111001010001000110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5F9; }

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

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

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

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

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

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

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

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