#e8d2ee

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

Shades of Blue Chalk #E8D2EE

Tints of Blue Chalk #E8D2EE

Color information

#E8D2EE (or 0xE8D2EE) is unknown color: approx Blue Chalk. HEX triplet: E8, D2 and EE. RGB value is (232,210,238). Sum of RGB (Red+Green+Blue) = 232+210+238=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2EE is #172D11. Grayscale: #DBDBDB. Windows color (decimal): -1518866 or 15651560. OLE color: 15651560.

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

Color convert

RGB232210238-
CMYK0.030.1200.07
HSL287.14º45.16%87.84%-
HSV(B)287.14º11.76%93.33%-
XYZ71.7669.4290.51-
YUV219.77138.29136.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 210 (82.42% from 255) = 30.88%
BLUE value IS 238 (93.36% from 255) = 35%
R=34.12%
G=30.88%
B=35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322102380.030.1200.07287.1445.1687.84
HexE8D2EE3C0711f2d58
Octal3503223563140743755130
Binary11101000110100101110111011110001111000111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8d2ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8d2ee; }

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

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

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

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

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

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

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

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