#E2D6EB

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

Shades of Blue Chalk #E2D6EB

Tints of Blue Chalk #E2D6EB

Color information

#E2D6EB (or 0xE2D6EB) is unknown color: approx Blue Chalk. HEX triplet: E2, D6 and EB. RGB value is (226,214,235). Sum of RGB (Red+Green+Blue) = 226+214+235=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EB is #1D2914. Grayscale: #DBDBDB. Windows color (decimal): -1911061 or 15455970. OLE color: 15455970.

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

Color convert

RGB226214235-
CMYK0.040.0900.08
HSL274.29º34.43%88.04%-
HSV(B)274.29º8.94%92.16%-
XYZ70.4170.2688.45-
YUV219.98136.48132.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.48%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=33.48%
G=31.70%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262142350.040.0900.08274.2934.4388.04
HexE2D6EB49081122258
Octal34232635341101042242130
Binary1110001011010110111010111001001010001000100101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6EB; }

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

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

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

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

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

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

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

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