#E5BFF0

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

Shades of Blue Chalk #E5BFF0

Tints of Blue Chalk #E5BFF0

Color information

#E5BFF0 (or 0xE5BFF0) is unknown color: approx Blue Chalk. HEX triplet: E5, BF and F0. RGB value is (229,191,240). Sum of RGB (Red+Green+Blue) = 229+191+240=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF0 is #1A400F. Grayscale: #CFCFCF. Windows color (decimal): -1720336 or 15777765. OLE color: 15777765.

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

Color convert

RGB229191240-
CMYK0.050.2000.06
HSL286.53º62.03%84.51%-
HSV(B)286.53º20.42%94.12%-
XYZ66.6760.2190.55-
YUV207.95146.09143.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.70%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=34.70%
G=28.94%
B=36.36%

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
Decimal2291912400.050.2000.06286.5362.0384.51
HexE5BFF05140611f3e55
Octal3452773605240643776125
Binary1110010110111111111100001011010001101000111111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFF0; }

 p { color: rgb(229,191,240); }

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

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

 a { background-color: rgb(229,191,240); }

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

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

 span { border-color: rgb(229,191,240); }

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