#E8DCEE

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

Shades of Blue Chalk #E8DCEE

Tints of Blue Chalk #E8DCEE

Color information

#E8DCEE (or 0xE8DCEE) is unknown color: approx Blue Chalk. HEX triplet: E8, DC and EE. RGB value is (232,220,238). Sum of RGB (Red+Green+Blue) = 232+220+238=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCEE is #172311. Grayscale: #E1E1E1. Windows color (decimal): -1516306 or 15654120. OLE color: 15654120.

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

Color convert

RGB232220238-
CMYK0.030.0800.07
HSL280º34.62%89.8%-
HSV(B)280º7.56%93.33%-
XYZ74.374.5291.36-
YUV225.64134.98132.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.62%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=33.62%
G=31.88%
B=34.49%

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
Decimal2322202380.030.0800.0728034.6289.8
HexE8DCEE3807118235a
Octal3503343563100743043132
Binary11101000110111001110111011100001111000110001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCEE; }

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

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

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

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

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

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

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

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