#E0D0EC

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

Shades of Blue Chalk #E0D0EC

Tints of Blue Chalk #E0D0EC

Color information

#E0D0EC (or 0xE0D0EC) is unknown color: approx Blue Chalk. HEX triplet: E0, D0 and EC. RGB value is (224,208,236). Sum of RGB (Red+Green+Blue) = 224+208+236=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0EC is #1F2F13. Grayscale: #D7D7D7. Windows color (decimal): -2043668 or 15519968. OLE color: 15519968.

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

Color convert

RGB224208236-
CMYK0.050.1200.07
HSL274.29º42.42%87.06%-
HSV(B)274.29º11.86%92.55%-
XYZ68.4467.0288.69-
YUV215.98139.3133.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 208 (81.64% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=33.53%
G=31.14%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242082360.050.1200.07274.2942.4287.06
HexE0D0EC5C071122a57
Octal3403203545140742252127
Binary111000001101000011101100101110001111000100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0EC; }

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

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

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

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

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

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

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

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