#E8D0EE

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

Shades of Blue Chalk #E8D0EE

Tints of Blue Chalk #E8D0EE

Color information

#E8D0EE (or 0xE8D0EE) is unknown color: approx Blue Chalk. HEX triplet: E8, D0 and EE. RGB value is (232,208,238). Sum of RGB (Red+Green+Blue) = 232+208+238=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8D0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0EE is #172F11. Grayscale: #DADADA. Windows color (decimal): -1519378 or 15651048. OLE color: 15651048.

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

Color convert

RGB232208238-
CMYK0.030.1300.07
HSL288º46.87%87.45%-
HSV(B)288º12.61%93.33%-
XYZ71.2768.4490.34-
YUV218.6138.95137.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=34.22%
G=30.68%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322082380.030.1300.0728846.8787.45
HexE8D0EE3D071202f57
Octal3503203563150744057127
Binary11101000110100001110111011110101111001000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0EE; }

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

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

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

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

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

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

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

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