#E3D1EF

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

Shades of Blue Chalk #E3D1EF

Tints of Blue Chalk #E3D1EF

Color information

#E3D1EF (or 0xE3D1EF) is unknown color: approx Blue Chalk. HEX triplet: E3, D1 and EF. RGB value is (227,209,239). Sum of RGB (Red+Green+Blue) = 227+209+239=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D1EF is #1C2E10. Grayscale: #D9D9D9. Windows color (decimal): -1846801 or 15716835. OLE color: 15716835.

HSL color Cylindrical-coordinate representation of color #E3D1EF: hue angle of 276º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3D1EF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227209239-
CMYK0.050.1300.06
HSL276º48.39%87.84%-
HSV(B)276º12.55%93.73%-
XYZ70.0668.1691.13-
YUV217.8139.96134.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.63%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=33.63%
G=30.96%
B=35.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272092390.050.1300.0627648.3987.84
HexE3D1EF5D061143058
Octal3433213575150642460130
Binary111000111101000111101111101110101101000101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D1EF; }

 p { color: rgb(227,209,239); }

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

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

 a { background-color: rgb(227,209,239); }

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

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

 span { border-color: rgb(227,209,239); }

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