#E3BFEE

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

Shades of Blue Chalk #E3BFEE

Tints of Blue Chalk #E3BFEE

Color information

#E3BFEE (or 0xE3BFEE) is unknown color: approx Blue Chalk. HEX triplet: E3, BF and EE. RGB value is (227,191,238). Sum of RGB (Red+Green+Blue) = 227+191+238=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEE is #1C4011. Grayscale: #CECECE. Windows color (decimal): -1851410 or 15646691. OLE color: 15646691.

HSL color Cylindrical-coordinate representation of color #E3BFEE: hue angle of 285.96º 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 #E3BFEE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227191238-
CMYK0.050.2000.07
HSL285.96º58.02%84.12%-
HSV(B)285.96º19.75%93.33%-
XYZ65.7459.7788.96-
YUV207.12145.43142.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=34.60%
G=29.12%
B=36.28%

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
Decimal2271912380.050.2000.07285.9658.0284.12
HexE3BFEE5140711e3a54
Octal3432773565240743672124
Binary1110001110111111111011101011010001111000111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFEE; }

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

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

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

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

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

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

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

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