#E0BFEE

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

Shades of Blue Chalk #E0BFEE

Tints of Blue Chalk #E0BFEE

Color information

#E0BFEE (or 0xE0BFEE) is unknown color: approx Blue Chalk. HEX triplet: E0, BF and EE. RGB value is (224,191,238). Sum of RGB (Red+Green+Blue) = 224+191+238=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFEE is #1F4011. Grayscale: #CECECE. Windows color (decimal): -2048018 or 15646688. OLE color: 15646688.

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

Color convert

RGB224191238-
CMYK0.060.2000.07
HSL282.13º58.02%84.12%-
HSV(B)282.13º19.75%93.33%-
XYZ64.859.2888.92-
YUV206.22145.93140.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=34.30%
G=29.25%
B=36.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241912380.060.2000.07282.1358.0284.12
HexE0BFEE6140711a3a54
Octal3402773566240743272124
Binary1110000010111111111011101101010001111000110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFEE; }

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

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

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

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

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

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

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

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