#E8D9FA

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

Shades of Blue Chalk #E8D9FA

Tints of Blue Chalk #E8D9FA

Color information

#E8D9FA (or 0xE8D9FA) is unknown color: approx Blue Chalk. HEX triplet: E8, D9 and FA. RGB value is (232,217,250). Sum of RGB (Red+Green+Blue) = 232+217+250=699 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.19% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8D9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9FA is #172605. Grayscale: #E1E1E1. Windows color (decimal): -1517062 or 16439784. OLE color: 16439784.

HSL color Cylindrical-coordinate representation of color #E8D9FA: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8D9FA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232217250-
CMYK0.070.1300.02
HSL267.27º76.74%91.57%-
HSV(B)267.27º13.2%98.04%-
XYZ75.3573.68100.69-
YUV225.25141.97132.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.19%
GREEN value IS 217 (85.16% from 255) = 31.04%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=33.19%
G=31.04%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322172500.070.1300.02267.2776.7491.57
HexE8D9FA7D0210b4d5c
Octal35033137271502413115134
Binary111010001101100111111010111110101010000101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9FA; }

 p { color: rgb(232,217,250); }

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

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

 a { background-color: rgb(232,217,250); }

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

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

 span { border-color: rgb(232,217,250); }

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