#E3BFEF

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

Shades of Blue Chalk #E3BFEF

Tints of Blue Chalk #E3BFEF

Color information

#E3BFEF (or 0xE3BFEF) is unknown color: approx Blue Chalk. HEX triplet: E3, BF and EF. RGB value is (227,191,239). Sum of RGB (Red+Green+Blue) = 227+191+239=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEF is #1C4010. Grayscale: #CFCFCF. Windows color (decimal): -1851409 or 15712227. OLE color: 15712227.

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

Color convert

RGB227191239-
CMYK0.050.2000.06
HSL285º60%84.31%-
HSV(B)285º20.08%93.73%-
XYZ65.8959.8289.74-
YUV207.24145.93142.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.55%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=34.55%
G=29.07%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271912390.050.2000.062856084.31
HexE3BFEF5140611d3c54
Octal3432773575240643574124
Binary1110001110111111111011111011010001101000111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFEF; }

 p { color: rgb(227,191,239); }

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

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

 a { background-color: rgb(227,191,239); }

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

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

 span { border-color: rgb(227,191,239); }

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