#E2BDEC

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

Shades of Blue Chalk #E2BDEC

Tints of Blue Chalk #E2BDEC

Color information

#E2BDEC (or 0xE2BDEC) is unknown color: approx Blue Chalk. HEX triplet: E2, BD and EC. RGB value is (226,189,236). Sum of RGB (Red+Green+Blue) = 226+189+236=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDEC is #1D4213. Grayscale: #CDCDCD. Windows color (decimal): -1917460 or 15515106. OLE color: 15515106.

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

Color convert

RGB226189236-
CMYK0.040.2000.07
HSL287.23º55.29%83.33%-
HSV(B)287.23º19.92%92.55%-
XYZ64.758.6287.26-
YUV205.42145.26142.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=34.72%
G=29.03%
B=36.25%

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
Decimal2261892360.040.2000.07287.2355.2983.33
HexE2BDEC4140711f3753
Octal3422753544240743767123
Binary1110001010111101111011001001010001111000111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDEC; }

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

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

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

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

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

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

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

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