#E3D2E8

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

Shades of Blue Chalk #E3D2E8

Tints of Blue Chalk #E3D2E8

Color information

#E3D2E8 (or 0xE3D2E8) is unknown color: approx Blue Chalk. HEX triplet: E3, D2 and E8. RGB value is (227,210,232). Sum of RGB (Red+Green+Blue) = 227+210+232=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #E3D2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2E8 is #1C2D17. Grayscale: #D9D9D9. Windows color (decimal): -1846552 or 15258339. OLE color: 15258339.

HSL color Cylindrical-coordinate representation of color #E3D2E8: hue angle of 286.36º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3D2E8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227210232-
CMYK0.020.0900.09
HSL286.36º32.35%86.67%-
HSV(B)286.36º9.48%90.98%-
XYZ69.2968.2585.87-
YUV217.59136.13134.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=33.93%
G=31.39%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2272102320.020.0900.09286.3632.3586.67
HexE3D2E8290911e2057
Octal34332235021101143640127
Binary111000111101001011101000101001010011000111101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D2E8; }

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

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

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

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

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

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

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

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