#E4BDED

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

Shades of Blue Chalk #E4BDED

Tints of Blue Chalk #E4BDED

Color information

#E4BDED (or 0xE4BDED) is unknown color: approx Blue Chalk. HEX triplet: E4, BD and ED. RGB value is (228,189,237). Sum of RGB (Red+Green+Blue) = 228+189+237=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDED is #1B4212. Grayscale: #CDCDCD. Windows color (decimal): -1786387 or 15580644. OLE color: 15580644.

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

Color convert

RGB228189237-
CMYK0.040.2000.07
HSL288.75º57.14%83.53%-
HSV(B)288.75º20.25%92.94%-
XYZ65.485988.06-
YUV206.13145.42143.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=34.86%
G=28.90%
B=36.24%

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
Decimal2281892370.040.2000.07288.7557.1483.53
HexE4BDED414071213954
Octal3442753554240744171124
Binary1110010010111101111011011001010001111001000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDED; }

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

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

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

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

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

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

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

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