#E3BFEC

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

Shades of Blue Chalk #E3BFEC

Tints of Blue Chalk #E3BFEC

Color information

#E3BFEC (or 0xE3BFEC) is unknown color: approx Blue Chalk. HEX triplet: E3, BF and EC. RGB value is (227,191,236). Sum of RGB (Red+Green+Blue) = 227+191+236=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEC is #1C4013. Grayscale: #CECECE. Windows color (decimal): -1851412 or 15515619. OLE color: 15515619.

HSL color Cylindrical-coordinate representation of color #E3BFEC: hue angle of 288º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3BFEC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227191236-
CMYK0.040.1900.07
HSL288º54.22%83.73%-
HSV(B)288º19.07%92.55%-
XYZ65.4559.6587.42-
YUV206.89144.43142.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=34.71%
G=29.20%
B=36.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271912360.040.1900.0728854.2283.73
HexE3BFEC413071203654
Octal3432773544230744066124
Binary1110001110111111111011001001001101111001000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFEC; }

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

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

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

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

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

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

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

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