#E4DCEF

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

Shades of Blue Chalk #E4DCEF

Tints of Blue Chalk #E4DCEF

Color information

#E4DCEF (or 0xE4DCEF) is unknown color: approx Blue Chalk. HEX triplet: E4, DC and EF. RGB value is (228,220,239). Sum of RGB (Red+Green+Blue) = 228+220+239=687 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.19% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCEF is #1B2310. Grayscale: #E0E0E0. Windows color (decimal): -1778449 or 15719652. OLE color: 15719652.

HSL color Cylindrical-coordinate representation of color #E4DCEF: hue angle of 265.26º 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 #E4DCEF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228220239-
CMYK0.050.0800.06
HSL265.26º37.25%90%-
HSV(B)265.26º7.95%93.73%-
XYZ73.1773.9192.07-
YUV224.56136.15130.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.19%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=33.19%
G=32.02%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282202390.050.0800.06265.2637.2590
HexE4DCEF5806109255a
Octal3443343575100641145132
Binary111001001101110011101111101100001101000010011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCEF; }

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

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

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

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

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

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

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

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