#E8D9F3

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

Shades of Blue Chalk #E8D9F3

Tints of Blue Chalk #E8D9F3

Color information

#E8D9F3 (or 0xE8D9F3) is unknown color: approx Blue Chalk. HEX triplet: E8, D9 and F3. RGB value is (232,217,243). Sum of RGB (Red+Green+Blue) = 232+217+243=692 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.53% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9F3 is #17260C. Grayscale: #E0E0E0. Windows color (decimal): -1517069 or 15981032. OLE color: 15981032.

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

Color convert

RGB232217243-
CMYK0.050.1100.05
HSL274.62º52%90.2%-
HSV(B)274.62º10.7%95.29%-
XYZ74.2773.2595.02-
YUV224.45138.47133.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.53%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=33.53%
G=31.36%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322172430.050.1100.05274.625290.2
HexE8D9F35B05113345a
Octal3503313635130542364132
Binary111010001101100111110011101101101011000100111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9F3; }

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

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

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

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

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

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

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

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