#E0BDEA

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

Shades of Blue Chalk #E0BDEA

Tints of Blue Chalk #E0BDEA

Color information

#E0BDEA (or 0xE0BDEA) is unknown color: approx Blue Chalk. HEX triplet: E0, BD and EA. RGB value is (224,189,234). Sum of RGB (Red+Green+Blue) = 224+189+234=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDEA is #1F4215. Grayscale: #CCCCCC. Windows color (decimal): -2048534 or 15384032. OLE color: 15384032.

HSL color Cylindrical-coordinate representation of color #E0BDEA: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0BDEA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224189234-
CMYK0.040.1900.08
HSL286.67º51.72%82.94%-
HSV(B)286.67º19.23%91.76%-
XYZ63.7958.1885.71-
YUV204.59144.6141.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.62%
G=29.21%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241892340.040.1900.08286.6751.7282.94
HexE0BDEA4130811f3453
Octal34027535242301043764123
Binary11100000101111011110101010010011010001000111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDEA; }

 p { color: rgb(224,189,234); }

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

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

 a { background-color: rgb(224,189,234); }

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

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

 span { border-color: rgb(224,189,234); }

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