#E8D6EE

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

Shades of Blue Chalk #E8D6EE

Tints of Blue Chalk #E8D6EE

Color information

#E8D6EE (or 0xE8D6EE) is unknown color: approx Blue Chalk. HEX triplet: E8, D6 and EE. RGB value is (232,214,238). Sum of RGB (Red+Green+Blue) = 232+214+238=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8D6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6EE is #172911. Grayscale: #DEDEDE. Windows color (decimal): -1517842 or 15652584. OLE color: 15652584.

HSL color Cylindrical-coordinate representation of color #E8D6EE: hue angle of 285º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D6EE is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232214238-
CMYK0.030.1000.07
HSL285º41.38%88.63%-
HSV(B)285º10.08%93.33%-
XYZ72.7671.4290.84-
YUV222.12136.96135.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=33.92%
G=31.29%
B=34.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322142380.030.1000.0728541.3888.63
HexE8D6EE3A0711d2959
Octal3503263563120743551131
Binary11101000110101101110111011101001111000111011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6EE; }

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

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

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

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

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

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

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

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