#E3BDEC

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

Shades of Blue Chalk #E3BDEC

Tints of Blue Chalk #E3BDEC

Color information

#E3BDEC (or 0xE3BDEC) is unknown color: approx Blue Chalk. HEX triplet: E3, BD and EC. RGB value is (227,189,236). Sum of RGB (Red+Green+Blue) = 227+189+236=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDEC is #1C4213. Grayscale: #CDCDCD. Windows color (decimal): -1851924 or 15515107. OLE color: 15515107.

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

Color convert

RGB227189236-
CMYK0.040.2000.07
HSL288.51º55.29%83.33%-
HSV(B)288.51º19.92%92.55%-
XYZ65.0258.7887.28-
YUV205.72145.09143.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.82%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=34.82%
G=28.99%
B=36.20%

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
Decimal2271892360.040.2000.07288.5155.2983.33
HexE3BDEC414071213753
Octal3432753544240744167123
Binary1110001110111101111011001001010001111001000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDEC; }

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

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

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

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

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

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

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

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