#E1BDEC

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

Shades of Blue Chalk #E1BDEC

Tints of Blue Chalk #E1BDEC

Color information

#E1BDEC (or 0xE1BDEC) is unknown color: approx Blue Chalk. HEX triplet: E1, BD and EC. RGB value is (225,189,236). Sum of RGB (Red+Green+Blue) = 225+189+236=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDEC is #1E4213. Grayscale: #CCCCCC. Windows color (decimal): -1982996 or 15515105. OLE color: 15515105.

HSL color Cylindrical-coordinate representation of color #E1BDEC: hue angle of 285.96º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BDEC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225189236-
CMYK0.050.2000.07
HSL285.96º55.29%83.33%-
HSV(B)285.96º19.92%92.55%-
XYZ64.3958.4687.25-
YUV205.12145.43142.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=34.62%
G=29.08%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251892360.050.2000.07285.9655.2983.33
HexE1BDEC5140711e3753
Octal3412753545240743667123
Binary1110000110111101111011001011010001111000111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDEC; }

 p { color: rgb(225,189,236); }

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

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

 a { background-color: rgb(225,189,236); }

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

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

 span { border-color: rgb(225,189,236); }

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