#E1BFED

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

Shades of Blue Chalk #E1BFED

Tints of Blue Chalk #E1BFED

Color information

#E1BFED (or 0xE1BFED) is unknown color: approx Blue Chalk. HEX triplet: E1, BF and ED. RGB value is (225,191,237). Sum of RGB (Red+Green+Blue) = 225+191+237=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFED is #1E4012. Grayscale: #CECECE. Windows color (decimal): -1982483 or 15581153. OLE color: 15581153.

HSL color Cylindrical-coordinate representation of color #E1BFED: hue angle of 284.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BFED is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225191237-
CMYK0.050.1900.07
HSL284.35º56.1%83.92%-
HSV(B)284.35º19.41%92.94%-
XYZ64.9759.3888.16-
YUV206.41145.26141.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=34.46%
G=29.25%
B=36.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251912370.050.1900.07284.3556.183.92
HexE1BFED5130711c3854
Octal3412773555230743470124
Binary1110000110111111111011011011001101111000111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFED; }

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

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

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

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

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

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

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

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