#E8DCF1

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

Shades of Blue Chalk #E8DCF1

Tints of Blue Chalk #E8DCF1

Color information

#E8DCF1 (or 0xE8DCF1) is unknown color: approx Blue Chalk. HEX triplet: E8, DC and F1. RGB value is (232,220,241). Sum of RGB (Red+Green+Blue) = 232+220+241=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCF1 is #17230E. Grayscale: #E1E1E1. Windows color (decimal): -1516303 or 15850728. OLE color: 15850728.

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

Color convert

RGB232220241-
CMYK0.040.0900.05
HSL274.29º42.86%90.39%-
HSV(B)274.29º8.71%94.51%-
XYZ74.7574.6993.7-
YUV225.98136.48132.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=33.48%
G=31.75%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322202410.040.0900.05274.2942.8690.39
HexE8DCF149051122b5a
Octal3503343614110542253132
Binary111010001101110011110001100100101011000100101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCF1; }

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

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

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

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

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

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

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

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