#E0D0EF

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

Shades of Blue Chalk #E0D0EF

Tints of Blue Chalk #E0D0EF

Color information

#E0D0EF (or 0xE0D0EF) is unknown color: approx Blue Chalk. HEX triplet: E0, D0 and EF. RGB value is (224,208,239). Sum of RGB (Red+Green+Blue) = 224+208+239=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0EF is #1F2F10. Grayscale: #D8D8D8. Windows color (decimal): -2043665 or 15716576. OLE color: 15716576.

HSL color Cylindrical-coordinate representation of color #E0D0EF: hue angle of 270.97º 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 #E0D0EF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224208239-
CMYK0.060.1300.06
HSL270.97º49.21%87.65%-
HSV(B)270.97º12.97%93.73%-
XYZ68.8867.1991-
YUV216.32140.8133.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 208 (81.64% from 255) = 31.00%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=33.38%
G=31.00%
B=35.62%

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
Decimal2242082390.060.1300.06270.9749.2187.65
HexE0D0EF6D0610f3158
Octal3403203576150641761130
Binary111000001101000011101111110110101101000011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0EF; }

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

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

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

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

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

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

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

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