#E3BFED

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

Shades of Blue Chalk #E3BFED

Tints of Blue Chalk #E3BFED

Color information

#E3BFED (or 0xE3BFED) is unknown color: approx Blue Chalk. HEX triplet: E3, BF and ED. RGB value is (227,191,237). Sum of RGB (Red+Green+Blue) = 227+191+237=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFED is #1C4012. Grayscale: #CECECE. Windows color (decimal): -1851411 or 15581155. OLE color: 15581155.

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

Color convert

RGB227191237-
CMYK0.040.1900.07
HSL286.96º56.1%83.92%-
HSV(B)286.96º19.41%92.94%-
XYZ65.659.7188.19-
YUV207.01144.93142.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=34.66%
G=29.16%
B=36.18%

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
Decimal2271912370.040.1900.07286.9656.183.92
HexE3BFED4130711f3854
Octal3432773554230743770124
Binary1110001110111111111011011001001101111000111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFED; }

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

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

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

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

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

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

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

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