#E1D0EF

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

Shades of Blue Chalk #E1D0EF

Tints of Blue Chalk #E1D0EF

Color information

#E1D0EF (or 0xE1D0EF) is unknown color: approx Blue Chalk. HEX triplet: E1, D0 and EF. RGB value is (225,208,239). Sum of RGB (Red+Green+Blue) = 225+208+239=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0EF is #1E2F10. Grayscale: #D8D8D8. Windows color (decimal): -1978129 or 15716577. OLE color: 15716577.

HSL color Cylindrical-coordinate representation of color #E1D0EF: hue angle of 272.9º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1D0EF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225208239-
CMYK0.060.1300.06
HSL272.9º49.21%87.65%-
HSV(B)272.9º12.97%93.73%-
XYZ69.1967.3591.01-
YUV216.62140.63133.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=33.48%
G=30.95%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252082390.060.1300.06272.949.2187.65
HexE1D0EF6D061113158
Octal3413203576150642161130
Binary111000011101000011101111110110101101000100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0EF; }

 p { color: rgb(225,208,239); }

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

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

 a { background-color: rgb(225,208,239); }

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

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

 span { border-color: rgb(225,208,239); }

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