#E9D4FE

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

Shades of Blue Chalk #E9D4FE

Tints of Blue Chalk #E9D4FE

Color information

#E9D4FE (or 0xE9D4FE) is unknown color: approx Blue Chalk. HEX triplet: E9, D4 and FE. RGB value is (233,212,254). Sum of RGB (Red+Green+Blue) = 233+212+254=699 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.33% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4FE is #162B01. Grayscale: #DEDEDE. Windows color (decimal): -1452802 or 16700649. OLE color: 16700649.

HSL color Cylindrical-coordinate representation of color #E9D4FE: hue angle of 270º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9D4FE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233212254-
CMYK0.080.1700.00
HSL270º95.45%91.37%-
HSV(B)270º16.54%99.61%-
XYZ75.0471.57103.62-
YUV223.07145.46135.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=33.33%
G=30.33%
B=36.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332122540.080.1700.0027095.4591.37
HexE9D4FE8110010e5f5b
Octal351324376102100416137133
Binary1110100111010100111111101000100010010000111010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4FE; }

 p { color: rgb(233,212,254); }

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

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

 a { background-color: rgb(233,212,254); }

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

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

 span { border-color: rgb(233,212,254); }

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