#E4DCE8

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

Shades of Blue Chalk #E4DCE8

Tints of Blue Chalk #E4DCE8

Color information

#E4DCE8 (or 0xE4DCE8) is unknown color: approx Blue Chalk. HEX triplet: E4, DC and E8. RGB value is (228,220,232). Sum of RGB (Red+Green+Blue) = 228+220+232=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCE8 is #1B2317. Grayscale: #DFDFDF. Windows color (decimal): -1778456 or 15260900. OLE color: 15260900.

HSL color Cylindrical-coordinate representation of color #E4DCE8: hue angle of 280º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4DCE8 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228220232-
CMYK0.020.0500.09
HSL280º20.69%88.63%-
HSV(B)280º5.17%90.98%-
XYZ72.1573.5186.73-
YUV223.76132.65131.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.53%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 232 (91.02% from 255) = 34.12%
R=33.53%
G=32.35%
B=34.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2282202320.020.0500.0928020.6988.63
HexE4DCE825091181559
Octal3443343502501143025131
Binary1110010011011100111010001010101001100011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCE8; }

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

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

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

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

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

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

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

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