#E5BFEE

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

Shades of Blue Chalk #E5BFEE

Tints of Blue Chalk #E5BFEE

Color information

#E5BFEE (or 0xE5BFEE) is unknown color: approx Blue Chalk. HEX triplet: E5, BF and EE. RGB value is (229,191,238). Sum of RGB (Red+Green+Blue) = 229+191+238=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFEE is #1A4011. Grayscale: #CFCFCF. Windows color (decimal): -1720338 or 15646693. OLE color: 15646693.

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

Color convert

RGB229191238-
CMYK0.040.2000.07
HSL288.51º58.02%84.12%-
HSV(B)288.51º19.75%93.33%-
XYZ66.3860.0988.99-
YUV207.72145.09143.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.80%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=34.80%
G=29.03%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291912380.040.2000.07288.5158.0284.12
HexE5BFEE414071213a54
Octal3452773564240744172124
Binary1110010110111111111011101001010001111001000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFEE; }

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

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

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

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

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

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

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

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