#E8D3F1

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

Shades of Blue Chalk #E8D3F1

Tints of Blue Chalk #E8D3F1

Color information

#E8D3F1 (or 0xE8D3F1) is unknown color: approx Blue Chalk. HEX triplet: E8, D3 and F1. RGB value is (232,211,241). Sum of RGB (Red+Green+Blue) = 232+211+241=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8D3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3F1 is #172C0E. Grayscale: #DCDCDC. Windows color (decimal): -1518607 or 15848424. OLE color: 15848424.

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

Color convert

RGB232211241-
CMYK0.040.1200.05
HSL282º51.72%88.63%-
HSV(B)282º12.45%94.51%-
XYZ72.4570.192.93-
YUV220.7139.46136.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 211 (82.81% from 255) = 30.85%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=33.92%
G=30.85%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322112410.040.1200.0528251.7288.63
HexE8D3F14C0511a3459
Octal3503233614140543264131
Binary111010001101001111110001100110001011000110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3F1; }

 p { color: rgb(232,211,241); }

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

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

 a { background-color: rgb(232,211,241); }

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

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

 span { border-color: rgb(232,211,241); }

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