#E9D4F1

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

Shades of Blue Chalk #E9D4F1

Tints of Blue Chalk #E9D4F1

Color information

#E9D4F1 (or 0xE9D4F1) is unknown color: approx Blue Chalk. HEX triplet: E9, D4 and F1. RGB value is (233,212,241). Sum of RGB (Red+Green+Blue) = 233+212+241=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D4F1 is #162B0E. Grayscale: #DDDDDD. Windows color (decimal): -1452815 or 15848681. OLE color: 15848681.

HSL color Cylindrical-coordinate representation of color #E9D4F1: hue angle of 283.45º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9D4F1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233212241-
CMYK0.030.1200.05
HSL283.45º50.88%88.82%-
HSV(B)283.45º12.03%94.51%-
XYZ73.0270.7693.03-
YUV221.58138.96136.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=33.97%
G=30.90%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332122410.030.1200.05283.4550.8888.82
HexE9D4F13C0511b3359
Octal3513243613140543363131
Binary11101001110101001111000111110001011000110111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4F1; }

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

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

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

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

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

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

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

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