#E4DCEA

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

Shades of Blue Chalk #E4DCEA

Tints of Blue Chalk #E4DCEA

Color information

#E4DCEA (or 0xE4DCEA) is unknown color: approx Blue Chalk. HEX triplet: E4, DC and EA. RGB value is (228,220,234). Sum of RGB (Red+Green+Blue) = 228+220+234=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCEA is #1B2315. Grayscale: #DFDFDF. Windows color (decimal): -1778454 or 15391972. OLE color: 15391972.

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

Color convert

RGB228220234-
CMYK0.030.0600.08
HSL274.29º25%89.02%-
HSV(B)274.29º5.98%91.76%-
XYZ72.4473.6288.23-
YUV223.99133.65130.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.43%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=33.43%
G=32.26%
B=34.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282202340.030.0600.08274.292589.02
HexE4DCEA36081121959
Octal3443343523601042231131
Binary1110010011011100111010101111001000100010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCEA; }

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

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

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

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

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

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

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

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