#E8DBEC

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

Shades of Blue Chalk #E8DBEC

Tints of Blue Chalk #E8DBEC

Color information

#E8DBEC (or 0xE8DBEC) is unknown color: approx Blue Chalk. HEX triplet: E8, DB and EC. RGB value is (232,219,236). Sum of RGB (Red+Green+Blue) = 232+219+236=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBEC is #172413. Grayscale: #E0E0E0. Windows color (decimal): -1516564 or 15522792. OLE color: 15522792.

HSL color Cylindrical-coordinate representation of color #E8DBEC: hue angle of 285.88º degrees, saturation: 0.31, 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 #E8DBEC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232219236-
CMYK0.020.0700.07
HSL285.88º30.91%89.22%-
HSV(B)285.88º7.2%92.55%-
XYZ73.7573.8789.73-
YUV224.82134.31133.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=33.77%
G=31.88%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322192360.020.0700.07285.8830.9189.22
HexE8DBEC270711e1f59
Octal350333354270743637131
Binary111010001101101111101100101110111100011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBEC; }

 p { color: rgb(232,219,236); }

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

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

 a { background-color: rgb(232,219,236); }

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

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

 span { border-color: rgb(232,219,236); }

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