#E2BFEE

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

Shades of Blue Chalk #E2BFEE

Tints of Blue Chalk #E2BFEE

Color information

#E2BFEE (or 0xE2BFEE) is unknown color: approx Blue Chalk. HEX triplet: E2, BF and EE. RGB value is (226,191,238). Sum of RGB (Red+Green+Blue) = 226+191+238=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFEE is #1D4011. Grayscale: #CECECE. Windows color (decimal): -1916946 or 15646690. OLE color: 15646690.

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

Color convert

RGB226191238-
CMYK0.050.2000.07
HSL284.68º58.02%84.12%-
HSV(B)284.68º19.75%93.33%-
XYZ65.4359.688.95-
YUV206.82145.6141.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=34.50%
G=29.16%
B=36.34%

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
Decimal2261912380.050.2000.07284.6858.0284.12
HexE2BFEE5140711d3a54
Octal3422773565240743572124
Binary1110001010111111111011101011010001111000111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFEE; }

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

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

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

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

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

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

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

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