#E0D1EC

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

Shades of Blue Chalk #E0D1EC

Tints of Blue Chalk #E0D1EC

Color information

#E0D1EC (or 0xE0D1EC) is unknown color: approx Blue Chalk. HEX triplet: E0, D1 and EC. RGB value is (224,209,236). Sum of RGB (Red+Green+Blue) = 224+209+236=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D1EC is #1F2E13. Grayscale: #D8D8D8. Windows color (decimal): -2043412 or 15520224. OLE color: 15520224.

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

Color convert

RGB224209236-
CMYK0.050.1100.07
HSL273.33º41.54%87.25%-
HSV(B)273.33º11.44%92.55%-
XYZ68.6867.588.77-
YUV216.56138.97133.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=33.48%
G=31.24%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242092360.050.1100.07273.3341.5487.25
HexE0D1EC5B071112a57
Octal3403213545130742152127
Binary111000001101000111101100101101101111000100011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D1EC; }

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

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

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

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

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

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

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

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