#E8D6EF

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

Shades of Blue Chalk #E8D6EF

Tints of Blue Chalk #E8D6EF

Color information

#E8D6EF (or 0xE8D6EF) is unknown color: approx Blue Chalk. HEX triplet: E8, D6 and EF. RGB value is (232,214,239). Sum of RGB (Red+Green+Blue) = 232+214+239=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8D6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6EF is #172910. Grayscale: #DEDEDE. Windows color (decimal): -1517841 or 15718120. OLE color: 15718120.

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

Color convert

RGB232214239-
CMYK0.030.1000.06
HSL283.2º43.86%88.82%-
HSV(B)283.2º10.46%93.73%-
XYZ72.9171.4891.62-
YUV222.23137.46134.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=33.87%
G=31.24%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322142390.030.1000.06283.243.8688.82
HexE8D6EF3A0611b2c59
Octal3503263573120643354131
Binary11101000110101101110111111101001101000110111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6EF; }

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

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

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

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

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

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

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

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