#E3D3EA

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

Shades of Blue Chalk #E3D3EA

Tints of Blue Chalk #E3D3EA

Color information

#E3D3EA (or 0xE3D3EA) is unknown color: approx Blue Chalk. HEX triplet: E3, D3 and EA. RGB value is (227,211,234). Sum of RGB (Red+Green+Blue) = 227+211+234=672 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.78% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D3EA is #1C2C15. Grayscale: #DADADA. Windows color (decimal): -1846294 or 15389667. OLE color: 15389667.

HSL color Cylindrical-coordinate representation of color #E3D3EA: hue angle of 281.74º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D3EA is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227211234-
CMYK0.030.1000.08
HSL281.74º35.38%87.25%-
HSV(B)281.74º9.83%91.76%-
XYZ69.8268.8687.45-
YUV218.41136.8134.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.78%
GREEN value IS 211 (82.81% from 255) = 31.40%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=33.78%
G=31.40%
B=34.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272112340.030.1000.08281.7435.3887.25
HexE3D3EA3A0811a2357
Octal34332335231201043243127
Binary111000111101001111101010111010010001000110101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D3EA; }

 p { color: rgb(227,211,234); }

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

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

 a { background-color: rgb(227,211,234); }

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

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

 span { border-color: rgb(227,211,234); }

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