#E2D6EC

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

Shades of Blue Chalk #E2D6EC

Tints of Blue Chalk #E2D6EC

Color information

#E2D6EC (or 0xE2D6EC) is unknown color: approx Blue Chalk. HEX triplet: E2, D6 and EC. RGB value is (226,214,236). Sum of RGB (Red+Green+Blue) = 226+214+236=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D6EC is #1D2913. Grayscale: #DCDCDC. Windows color (decimal): -1911060 or 15521506. OLE color: 15521506.

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

Color convert

RGB226214236-
CMYK0.040.0900.07
HSL272.73º36.67%88.24%-
HSV(B)272.73º9.32%92.55%-
XYZ70.5570.3289.21-
YUV220.1136.98132.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=33.43%
G=31.66%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262142360.040.0900.07272.7336.6788.24
HexE2D6EC49071112558
Octal3423263544110742145130
Binary111000101101011011101100100100101111000100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6EC; }

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

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

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

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

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

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

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

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