#E1D0ED

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

Shades of Blue Chalk #E1D0ED

Tints of Blue Chalk #E1D0ED

Color information

#E1D0ED (or 0xE1D0ED) is unknown color: approx Blue Chalk. HEX triplet: E1, D0 and ED. RGB value is (225,208,237). Sum of RGB (Red+Green+Blue) = 225+208+237=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0ED is #1E2F12. Grayscale: #D8D8D8. Windows color (decimal): -1978131 or 15585505. OLE color: 15585505.

HSL color Cylindrical-coordinate representation of color #E1D0ED: hue angle of 275.17º degrees, saturation: 0.45, 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 #E1D0ED is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225208237-
CMYK0.050.1200.07
HSL275.17º44.62%87.25%-
HSV(B)275.17º12.24%92.94%-
XYZ68.8967.2389.47-
YUV216.39139.63134.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 208 (81.64% from 255) = 31.04%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=33.58%
G=31.04%
B=35.37%

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
Decimal2252082370.050.1200.07275.1744.6287.25
HexE1D0ED5C071132d57
Octal3413203555140742355127
Binary111000011101000011101101101110001111000100111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0ED; }

 p { color: rgb(225,208,237); }

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

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

 a { background-color: rgb(225,208,237); }

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

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

 span { border-color: rgb(225,208,237); }

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