#E0D0EB

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

Shades of Blue Chalk #E0D0EB

Tints of Blue Chalk #E0D0EB

Color information

#E0D0EB (or 0xE0D0EB) is unknown color: approx Blue Chalk. HEX triplet: E0, D0 and EB. RGB value is (224,208,235). Sum of RGB (Red+Green+Blue) = 224+208+235=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0EB is #1F2F14. Grayscale: #D7D7D7. Windows color (decimal): -2043669 or 15454432. OLE color: 15454432.

HSL color Cylindrical-coordinate representation of color #E0D0EB: hue angle of 275.56º degrees, saturation: 0.4, 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 #E0D0EB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224208235-
CMYK0.050.1100.08
HSL275.56º40.3%86.86%-
HSV(B)275.56º11.49%92.16%-
XYZ68.2966.9687.92-
YUV215.86138.8133.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=33.58%
G=31.18%
B=35.23%

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
Decimal2242082350.050.1100.08275.5640.386.86
HexE0D0EB5B081142857
Octal34032035351301042450127
Binary1110000011010000111010111011011010001000101001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0EB; }

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

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

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

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

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

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

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

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