#E3D2F6

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

Shades of Blue Chalk #E3D2F6

Tints of Blue Chalk #E3D2F6

Color information

#E3D2F6 (or 0xE3D2F6) is unknown color: approx Blue Chalk. HEX triplet: E3, D2 and F6. RGB value is (227,210,246). Sum of RGB (Red+Green+Blue) = 227+210+246=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3D2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2F6 is #1C2D09. Grayscale: #DBDBDB. Windows color (decimal): -1846538 or 16175843. OLE color: 16175843.

HSL color Cylindrical-coordinate representation of color #E3D2F6: hue angle of 268.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3D2F6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227210246-
CMYK0.080.1500.04
HSL268.33º66.67%89.41%-
HSV(B)268.33º14.63%96.47%-
XYZ71.3669.0896.76-
YUV219.19143.13133.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.24%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=33.24%
G=30.75%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2272102460.080.1500.04268.3366.6789.41
HexE3D2F68F0410c4359
Octal343322366101704414103131
Binary11100011110100101111011010001111010010000110010000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D2F6; }

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

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

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

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

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

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

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

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