#E9D0F1

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

Shades of Blue Chalk #E9D0F1

Tints of Blue Chalk #E9D0F1

Color information

#E9D0F1 (or 0xE9D0F1) is unknown color: approx Blue Chalk. HEX triplet: E9, D0 and F1. RGB value is (233,208,241). Sum of RGB (Red+Green+Blue) = 233+208+241=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0F1 is #162F0E. Grayscale: #DBDBDB. Windows color (decimal): -1453839 or 15847657. OLE color: 15847657.

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

Color convert

RGB233208241-
CMYK0.030.1400.05
HSL285.45º54.1%88.04%-
HSV(B)285.45º13.69%94.51%-
XYZ72.0468.7992.7-
YUV219.24140.28137.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 208 (81.64% from 255) = 30.50%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=34.16%
G=30.50%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332082410.030.1400.05285.4554.188.04
HexE9D0F13E0511d3658
Octal3513203613160543566130
Binary11101001110100001111000111111001011000111011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0F1; }

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

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

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

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

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

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

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

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