#E8D3EE

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

Shades of Blue Chalk #E8D3EE

Tints of Blue Chalk #E8D3EE

Color information

#E8D3EE (or 0xE8D3EE) is unknown color: approx Blue Chalk. HEX triplet: E8, D3 and EE. RGB value is (232,211,238). Sum of RGB (Red+Green+Blue) = 232+211+238=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3EE is #172C11. Grayscale: #DCDCDC. Windows color (decimal): -1518610 or 15651816. OLE color: 15651816.

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

Color convert

RGB232211238-
CMYK0.030.1100.07
HSL286.67º44.26%88.04%-
HSV(B)286.67º11.34%93.33%-
XYZ72.0169.9290.59-
YUV220.36137.96136.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.07%
GREEN value IS 211 (82.81% from 255) = 30.98%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=34.07%
G=30.98%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322112380.030.1100.07286.6744.2688.04
HexE8D3EE3B0711f2c58
Octal3503233563130743754130
Binary11101000110100111110111011101101111000111111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3EE; }

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

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

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

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

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

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

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

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