#E8DBEE

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

Shades of Blue Chalk #E8DBEE

Tints of Blue Chalk #E8DBEE

Color information

#E8DBEE (or 0xE8DBEE) is unknown color: approx Blue Chalk. HEX triplet: E8, DB and EE. RGB value is (232,219,238). Sum of RGB (Red+Green+Blue) = 232+219+238=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBEE is #172411. Grayscale: #E0E0E0. Windows color (decimal): -1516562 or 15653864. OLE color: 15653864.

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

Color convert

RGB232219238-
CMYK0.030.0800.07
HSL281.05º35.85%89.61%-
HSV(B)281.05º7.98%93.33%-
XYZ74.0473.9991.27-
YUV225.05135.31132.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.67%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=33.67%
G=31.79%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322192380.030.0800.07281.0535.8589.61
HexE8DBEE3807119245a
Octal3503333563100743144132
Binary11101000110110111110111011100001111000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBEE; }

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

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

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

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

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

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

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

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