#E5DCEC

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

Shades of Blue Chalk #E5DCEC

Tints of Blue Chalk #E5DCEC

Color information

#E5DCEC (or 0xE5DCEC) is unknown color: approx Blue Chalk. HEX triplet: E5, DC and EC. RGB value is (229,220,236). Sum of RGB (Red+Green+Blue) = 229+220+236=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEC is #1A2313. Grayscale: #E0E0E0. Windows color (decimal): -1712916 or 15523045. OLE color: 15523045.

HSL color Cylindrical-coordinate representation of color #E5DCEC: hue angle of 273.75º 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 #E5DCEC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229220236-
CMYK0.030.0700.07
HSL273.75º29.63%89.41%-
HSV(B)273.75º6.78%92.55%-
XYZ73.0573.989.77-
YUV224.52134.48131.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.43%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=33.43%
G=32.12%
B=34.45%

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
Decimal2292202360.030.0700.07273.7529.6389.41
HexE5DCEC37071121e59
Octal345334354370742236131
Binary111001011101110011101100111110111100010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCEC; }

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

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

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

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

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

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

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

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