#E8DCEF

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

Shades of Blue Chalk #E8DCEF

Tints of Blue Chalk #E8DCEF

Color information

#E8DCEF (or 0xE8DCEF) is unknown color: approx Blue Chalk. HEX triplet: E8, DC and EF. RGB value is (232,220,239). Sum of RGB (Red+Green+Blue) = 232+220+239=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCEF is #172310. Grayscale: #E1E1E1. Windows color (decimal): -1516305 or 15719656. OLE color: 15719656.

HSL color Cylindrical-coordinate representation of color #E8DCEF: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8DCEF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232220239-
CMYK0.030.0800.06
HSL277.89º37.25%90%-
HSV(B)277.89º7.95%93.73%-
XYZ74.4574.5792.13-
YUV225.75135.48132.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=33.57%
G=31.84%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322202390.030.0800.06277.8937.2590
HexE8DCEF3806116255a
Octal3503343573100642645132
Binary11101000110111001110111111100001101000101101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCEF; }

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

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

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

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

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

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

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

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