#E9D8FE

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

Shades of Blue Chalk #E9D8FE

Tints of Blue Chalk #E9D8FE

Color information

#E9D8FE (or 0xE9D8FE) is unknown color: approx Blue Chalk. HEX triplet: E9, D8 and FE. RGB value is (233,216,254). Sum of RGB (Red+Green+Blue) = 233+216+254=703 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.14% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8FE is #162701. Grayscale: #E1E1E1. Windows color (decimal): -1451778 or 16701673. OLE color: 16701673.

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

Color convert

RGB233216254-
CMYK0.080.1500.00
HSL266.84º95%92.16%-
HSV(B)266.84º14.96%99.61%-
XYZ76.0573.59103.96-
YUV225.42144.13133.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.14%
GREEN value IS 216 (84.77% from 255) = 30.73%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=33.14%
G=30.73%
B=36.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332162540.080.1500.00266.849592.16
HexE9D8FE8F0010b5f5c
Octal351330376101700413137134
Binary111010011101100011111110100011110010000101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8FE; }

 p { color: rgb(233,216,254); }

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

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

 a { background-color: rgb(233,216,254); }

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

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

 span { border-color: rgb(233,216,254); }

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