#E5D6F3

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

Shades of Blue Chalk #E5D6F3

Tints of Blue Chalk #E5D6F3

Color information

#E5D6F3 (or 0xE5D6F3) is unknown color: approx Blue Chalk. HEX triplet: E5, D6 and F3. RGB value is (229,214,243). Sum of RGB (Red+Green+Blue) = 229+214+243=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5D6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D6F3 is #1A290C. Grayscale: #DDDDDD. Windows color (decimal): -1714445 or 15980261. OLE color: 15980261.

HSL color Cylindrical-coordinate representation of color #E5D6F3: hue angle of 271.03º 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 #E5D6F3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229214243-
CMYK0.060.1200.05
HSL271.03º54.72%89.61%-
HSV(B)271.03º11.93%95.29%-
XYZ72.5471.2294.72-
YUV221.79139.97133.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=33.38%
G=31.20%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292142430.060.1200.05271.0354.7289.61
HexE5D6F36C0510f375a
Octal3453263636140541767132
Binary111001011101011011110011110110001011000011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D6F3; }

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

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

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

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

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

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

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

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