#E5DCEB

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

Shades of Blue Chalk #E5DCEB

Tints of Blue Chalk #E5DCEB

Color information

#E5DCEB (or 0xE5DCEB) is unknown color: approx Blue Chalk. HEX triplet: E5, DC and EB. RGB value is (229,220,235). Sum of RGB (Red+Green+Blue) = 229+220+235=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCEB is #1A2314. Grayscale: #E0E0E0. Windows color (decimal): -1712917 or 15457509. OLE color: 15457509.

HSL color Cylindrical-coordinate representation of color #E5DCEB: hue angle of 276º degrees, saturation: 0.27, 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 #E5DCEB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229220235-
CMYK0.030.0600.08
HSL276º27.27%89.22%-
HSV(B)276º6.38%92.16%-
XYZ72.973.8489.01-
YUV224.4133.98131.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=33.48%
G=32.16%
B=34.36%

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
Decimal2292202350.030.0600.0827627.2789.22
HexE5DCEB36081141b59
Octal3453343533601042433131
Binary1110010111011100111010111111001000100010100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCEB; }

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

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

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

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

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

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

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

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