#E4DCED

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

Shades of Blue Chalk #E4DCED

Tints of Blue Chalk #E4DCED

Color information

#E4DCED (or 0xE4DCED) is unknown color: approx Blue Chalk. HEX triplet: E4, DC and ED. RGB value is (228,220,237). Sum of RGB (Red+Green+Blue) = 228+220+237=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCED is #1B2312. Grayscale: #E0E0E0. Windows color (decimal): -1778451 or 15588580. OLE color: 15588580.

HSL color Cylindrical-coordinate representation of color #E4DCED: hue angle of 268.24º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DCED is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228220237-
CMYK0.040.0700.07
HSL268.24º32.08%89.61%-
HSV(B)268.24º7.17%92.94%-
XYZ72.8773.7990.52-
YUV224.33135.15130.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=33.28%
G=32.12%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282202370.040.0700.07268.2432.0889.61
HexE4DCED470710c205a
Octal344334355470741440132
Binary11100100110111001110110110011101111000011001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCED; }

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

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

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

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

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

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

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

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