#E8D8FF

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

Shades of Blue Chalk #E8D8FF

Tints of Blue Chalk #E8D8FF

Color information

#E8D8FF (or 0xE8D8FF) is unknown color: approx Blue Chalk. HEX triplet: E8, D8 and FF. RGB value is (232,216,255). Sum of RGB (Red+Green+Blue) = 232+216+255=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8FF is #172700. Grayscale: #E1E1E1. Windows color (decimal): -1517313 or 16767208. OLE color: 16767208.

HSL color Cylindrical-coordinate representation of color #E8D8FF: hue angle of 264.62º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D8FF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232216255-
CMYK0.090.1500
HSL264.62º100%92.35%-
HSV(B)264.62º15.29%100%-
XYZ75.8873.49104.79-
YUV225.23144.8132.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.00%
GREEN value IS 216 (84.77% from 255) = 30.73%
BLUE value IS 255 (100% from 255) = 36.27%
R=33.00%
G=30.73%
B=36.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322162550.090.1500264.6210092.35
HexE8D8FF9F00109645c
Octal350330377111700411144134
Binary111010001101100011111111100111110010000100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8FF; }

 p { color: rgb(232,216,255); }

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

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

 a { background-color: rgb(232,216,255); }

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

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

 span { border-color: rgb(232,216,255); }

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