#E3BFEB

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

Shades of Blue Chalk #E3BFEB

Tints of Blue Chalk #E3BFEB

Color information

#E3BFEB (or 0xE3BFEB) is unknown color: approx Blue Chalk. HEX triplet: E3, BF and EB. RGB value is (227,191,235). Sum of RGB (Red+Green+Blue) = 227+191+235=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEB is #1C4014. Grayscale: #CECECE. Windows color (decimal): -1851413 or 15450083. OLE color: 15450083.

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

Color convert

RGB227191235-
CMYK0.030.1900.08
HSL289.09º52.38%83.53%-
HSV(B)289.09º18.72%92.16%-
XYZ65.359.5986.66-
YUV206.78143.93142.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=34.76%
G=29.25%
B=35.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271912350.030.1900.08289.0952.3883.53
HexE3BFEB313081213454
Octal34327735332301044164124
Binary1110001110111111111010111110011010001001000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFEB; }

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

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

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

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

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

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

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

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