#E3D2EA

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

Shades of Blue Chalk #E3D2EA

Tints of Blue Chalk #E3D2EA

Color information

#E3D2EA (or 0xE3D2EA) is unknown color: approx Blue Chalk. HEX triplet: E3, D2 and EA. RGB value is (227,210,234). Sum of RGB (Red+Green+Blue) = 227+210+234=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2EA is #1C2D15. Grayscale: #D9D9D9. Windows color (decimal): -1846550 or 15389411. OLE color: 15389411.

HSL color Cylindrical-coordinate representation of color #E3D2EA: hue angle of 282.5º degrees, saturation: 0.36, 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 #E3D2EA is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227210234-
CMYK0.030.1000.08
HSL282.5º36.36%87.06%-
HSV(B)282.5º10.26%91.76%-
XYZ69.5868.3687.37-
YUV217.82137.13134.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.83%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=33.83%
G=31.30%
B=34.87%

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
Decimal2272102340.030.1000.08282.536.3687.06
HexE3D2EA3A0811a2457
Octal34332235231201043244127
Binary111000111101001011101010111010010001000110101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D2EA; }

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

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

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

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

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

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

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

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