#E0D1EB

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

Shades of Blue Chalk #E0D1EB

Tints of Blue Chalk #E0D1EB

Color information

#E0D1EB (or 0xE0D1EB) is unknown color: approx Blue Chalk. HEX triplet: E0, D1 and EB. RGB value is (224,209,235). Sum of RGB (Red+Green+Blue) = 224+209+235=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D1EB is #1F2E14. Grayscale: #D8D8D8. Windows color (decimal): -2043413 or 15454688. OLE color: 15454688.

HSL color Cylindrical-coordinate representation of color #E0D1EB: hue angle of 274.62º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D1EB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224209235-
CMYK0.050.1100.08
HSL274.62º39.39%87.06%-
HSV(B)274.62º11.06%92.16%-
XYZ68.5467.4588-
YUV216.45138.47133.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=33.53%
G=31.29%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242092350.050.1100.08274.6239.3987.06
HexE0D1EB5B081132757
Octal34032135351301042347127
Binary1110000011010001111010111011011010001000100111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D1EB; }

 p { color: rgb(224,209,235); }

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

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

 a { background-color: rgb(224,209,235); }

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

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

 span { border-color: rgb(224,209,235); }

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