#E5BDEE

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

Shades of Blue Chalk #E5BDEE

Tints of Blue Chalk #E5BDEE

Color information

#E5BDEE (or 0xE5BDEE) is unknown color: approx Blue Chalk. HEX triplet: E5, BD and EE. RGB value is (229,189,238). Sum of RGB (Red+Green+Blue) = 229+189+238=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEE is #1A4211. Grayscale: #CECECE. Windows color (decimal): -1720850 or 15646181. OLE color: 15646181.

HSL color Cylindrical-coordinate representation of color #E5BDEE: hue angle of 288.98º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BDEE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229189238-
CMYK0.040.2100.07
HSL288.98º59.04%83.73%-
HSV(B)288.98º20.59%93.33%-
XYZ65.9459.2388.85-
YUV206.55145.75144.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=34.91%
G=28.81%
B=36.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291892380.040.2100.07288.9859.0483.73
HexE5BDEE415071213b54
Octal3452753564250744173124
Binary1110010110111101111011101001010101111001000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDEE; }

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

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

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

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

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

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

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

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