#E4DCEC

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

Shades of Blue Chalk #E4DCEC

Tints of Blue Chalk #E4DCEC

Color information

#E4DCEC (or 0xE4DCEC) is unknown color: approx Blue Chalk. HEX triplet: E4, DC and EC. RGB value is (228,220,236). Sum of RGB (Red+Green+Blue) = 228+220+236=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCEC is #1B2313. Grayscale: #E0E0E0. Windows color (decimal): -1778452 or 15523044. OLE color: 15523044.

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

Color convert

RGB228220236-
CMYK0.030.0700.07
HSL270º29.63%89.41%-
HSV(B)270º6.78%92.55%-
XYZ72.7373.7489.76-
YUV224.22134.65130.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=33.33%
G=32.16%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282202360.030.0700.0727029.6389.41
HexE4DCEC370710e1e59
Octal344334354370741636131
Binary111001001101110011101100111110111100001110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCEC; }

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

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

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

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

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

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

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

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