#E2BFEA

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

Shades of Blue Chalk #E2BFEA

Tints of Blue Chalk #E2BFEA

Color information

#E2BFEA (or 0xE2BFEA) is unknown color: approx Blue Chalk. HEX triplet: E2, BF and EA. RGB value is (226,191,234). Sum of RGB (Red+Green+Blue) = 226+191+234=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFEA is #1D4015. Grayscale: #CECECE. Windows color (decimal): -1916950 or 15384546. OLE color: 15384546.

HSL color Cylindrical-coordinate representation of color #E2BFEA: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BFEA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226191234-
CMYK0.030.1800.08
HSL288.84º50.59%83.33%-
HSV(B)288.84º18.38%91.76%-
XYZ64.8559.3785.88-
YUV206.37143.6142-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=34.72%
G=29.34%
B=35.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261912340.030.1800.08288.8450.5983.33
HexE2BFEA312081213353
Octal34227735232201044163123
Binary1110001010111111111010101110010010001001000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFEA; }

 p { color: rgb(226,191,234); }

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

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

 a { background-color: rgb(226,191,234); }

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

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

 span { border-color: rgb(226,191,234); }

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