#E1D0E6

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

Shades of Blue Chalk #E1D0E6

Tints of Blue Chalk #E1D0E6

Color information

#E1D0E6 (or 0xE1D0E6) is unknown color: approx Blue Chalk. HEX triplet: E1, D0 and E6. RGB value is (225,208,230). Sum of RGB (Red+Green+Blue) = 225+208+230=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1D0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0E6 is #1E2F19. Grayscale: #D7D7D7. Windows color (decimal): -1978138 or 15126753. OLE color: 15126753.

HSL color Cylindrical-coordinate representation of color #E1D0E6: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D0E6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225208230-
CMYK0.020.1000.10
HSL286.36º30.56%85.88%-
HSV(B)286.36º9.57%90.2%-
XYZ67.8966.8384.18-
YUV215.59136.13134.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=33.94%
G=31.37%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252082300.020.1000.10286.3630.5685.88
HexE1D0E62A0A11e1f56
Octal34132034621201243637126
Binary11100001110100001110011010101001010100011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0E6; }

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

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

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

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

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

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

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

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