#E4BEED

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

Shades of Blue Chalk #E4BEED

Tints of Blue Chalk #E4BEED

Color information

#E4BEED (or 0xE4BEED) is unknown color: approx Blue Chalk. HEX triplet: E4, BE and ED. RGB value is (228,190,237). Sum of RGB (Red+Green+Blue) = 228+190+237=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 190 (74.61% from 255 or 29.01% 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 #E4BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEED is #1B4112. Grayscale: #CECECE. Windows color (decimal): -1786131 or 15580900. OLE color: 15580900.

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

Color convert

RGB228190237-
CMYK0.040.2000.07
HSL288.51º56.63%83.73%-
HSV(B)288.51º19.83%92.94%-
XYZ65.6959.4488.13-
YUV206.72145.09143.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=34.81%
G=29.01%
B=36.18%

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
Decimal2281902370.040.2000.07288.5156.6383.73
HexE4BEED414071213954
Octal3442763554240744171124
Binary1110010010111110111011011001010001111001000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEED; }

 p { color: rgb(228,190,237); }

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

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

 a { background-color: rgb(228,190,237); }

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

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

 span { border-color: rgb(228,190,237); }

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