#E3D6F3

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

Shades of Blue Chalk #E3D6F3

Tints of Blue Chalk #E3D6F3

Color information

#E3D6F3 (or 0xE3D6F3) is unknown color: approx Blue Chalk. HEX triplet: E3, D6 and F3. RGB value is (227,214,243). Sum of RGB (Red+Green+Blue) = 227+214+243=684 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.19% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3D6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D6F3 is #1C290C. Grayscale: #DDDDDD. Windows color (decimal): -1845517 or 15980259. OLE color: 15980259.

HSL color Cylindrical-coordinate representation of color #E3D6F3: hue angle of 266.9º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3D6F3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227214243-
CMYK0.070.1200.05
HSL266.9º54.72%89.61%-
HSV(B)266.9º11.93%95.29%-
XYZ71.970.994.69-
YUV221.19140.31132.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.19%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=33.19%
G=31.29%
B=35.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272142430.070.1200.05266.954.7289.61
HexE3D6F37C0510b375a
Octal3433263637140541367132
Binary111000111101011011110011111110001011000010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6F3; }

 p { color: rgb(227,214,243); }

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

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

 a { background-color: rgb(227,214,243); }

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

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

 span { border-color: rgb(227,214,243); }

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