#E0D0E9

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

Shades of Blue Chalk #E0D0E9

Tints of Blue Chalk #E0D0E9

Color information

#E0D0E9 (or 0xE0D0E9) is unknown color: approx Blue Chalk. HEX triplet: E0, D0 and E9. RGB value is (224,208,233). Sum of RGB (Red+Green+Blue) = 224+208+233=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D0E9 is #1F2F16. Grayscale: #D7D7D7. Windows color (decimal): -2043671 or 15323360. OLE color: 15323360.

HSL color Cylindrical-coordinate representation of color #E0D0E9: hue angle of 278.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D0E9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224208233-
CMYK0.040.1100.09
HSL278.4º36.23%86.47%-
HSV(B)278.4º10.73%91.37%-
XYZ6866.8486.41-
YUV215.63137.8133.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=33.68%
G=31.28%
B=35.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242082330.040.1100.09278.436.2386.47
HexE0D0E94B091162456
Octal34032035141301142644126
Binary1110000011010000111010011001011010011000101101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0E9; }

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

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

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

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

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

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

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

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