#E7D8FB

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

Shades of Blue Chalk #E7D8FB

Tints of Blue Chalk #E7D8FB

Color information

#E7D8FB (or 0xE7D8FB) is unknown color: approx Blue Chalk. HEX triplet: E7, D8 and FB. RGB value is (231,216,251). Sum of RGB (Red+Green+Blue) = 231+216+251=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7D8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8FB is #182704. Grayscale: #E0E0E0. Windows color (decimal): -1582853 or 16505063. OLE color: 16505063.

HSL color Cylindrical-coordinate representation of color #E7D8FB: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D8FB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231216251-
CMYK0.080.1400.02
HSL265.71º81.4%91.57%-
HSV(B)265.71º13.94%98.43%-
XYZ74.9273.07101.42-
YUV224.48142.97132.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.09%
GREEN value IS 216 (84.77% from 255) = 30.95%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=33.09%
G=30.95%
B=35.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312162510.080.1400.02265.7181.491.57
HexE7D8FB8E0210a515c
Octal347330373101602412121134
Binary1110011111011000111110111000111001010000101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8FB; }

 p { color: rgb(231,216,251); }

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

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

 a { background-color: rgb(231,216,251); }

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

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

 span { border-color: rgb(231,216,251); }

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