#E3BDED

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

Shades of Blue Chalk #E3BDED

Tints of Blue Chalk #E3BDED

Color information

#E3BDED (or 0xE3BDED) is unknown color: approx Blue Chalk. HEX triplet: E3, BD and ED. RGB value is (227,189,237). Sum of RGB (Red+Green+Blue) = 227+189+237=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDED is #1C4212. Grayscale: #CDCDCD. Windows color (decimal): -1851923 or 15580643. OLE color: 15580643.

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

Color convert

RGB227189237-
CMYK0.040.2000.07
HSL287.5º57.14%83.53%-
HSV(B)287.5º20.25%92.94%-
XYZ65.1658.8488.04-
YUV205.83145.59143.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=34.76%
G=28.94%
B=36.29%

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
Decimal2271892370.040.2000.07287.557.1483.53
HexE3BDED414071203954
Octal3432753554240744071124
Binary1110001110111101111011011001010001111001000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDED; }

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

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

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

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

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

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

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

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