#E2BDEB

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

Shades of Blue Chalk #E2BDEB

Tints of Blue Chalk #E2BDEB

Color information

#E2BDEB (or 0xE2BDEB) is unknown color: approx Blue Chalk. HEX triplet: E2, BD and EB. RGB value is (226,189,235). Sum of RGB (Red+Green+Blue) = 226+189+235=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEB is #1D4214. Grayscale: #CDCDCD. Windows color (decimal): -1917461 or 15449570. OLE color: 15449570.

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

Color convert

RGB226189235-
CMYK0.040.2000.08
HSL288.26º53.49%83.14%-
HSV(B)288.26º19.57%92.16%-
XYZ64.5658.5686.5-
YUV205.31144.76142.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=34.77%
G=29.08%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261892350.040.2000.08288.2653.4983.14
HexE2BDEB414081203553
Octal34227535342401044065123
Binary11100010101111011110101110010100010001001000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDEB; }

 p { color: rgb(226,189,235); }

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

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

 a { background-color: rgb(226,189,235); }

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

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

 span { border-color: rgb(226,189,235); }

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