#E9DAF1

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

Shades of Blue Chalk #E9DAF1

Tints of Blue Chalk #E9DAF1

Color information

#E9DAF1 (or 0xE9DAF1) is unknown color: approx Blue Chalk. HEX triplet: E9, DA and F1. RGB value is (233,218,241). Sum of RGB (Red+Green+Blue) = 233+218+241=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAF1 is #16250E. Grayscale: #E1E1E1. Windows color (decimal): -1451279 or 15850217. OLE color: 15850217.

HSL color Cylindrical-coordinate representation of color #E9DAF1: hue angle of 279.13º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DAF1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233218241-
CMYK0.030.1000.05
HSL279.13º45.1%90%-
HSV(B)279.13º9.54%94.51%-
XYZ74.5573.8293.54-
YUV225.11136.97133.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=33.67%
G=31.50%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332182410.030.1000.05279.1345.190
HexE9DAF13A051172d5a
Octal3513323613120542755132
Binary11101001110110101111000111101001011000101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAF1; }

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

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

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

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

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

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

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

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