#E8DAF1

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

Shades of Blue Chalk #E8DAF1

Tints of Blue Chalk #E8DAF1

Color information

#E8DAF1 (or 0xE8DAF1) is unknown color: approx Blue Chalk. HEX triplet: E8, DA and F1. RGB value is (232,218,241). Sum of RGB (Red+Green+Blue) = 232+218+241=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF1 is #17250E. Grayscale: #E0E0E0. Windows color (decimal): -1516815 or 15850216. OLE color: 15850216.

HSL color Cylindrical-coordinate representation of color #E8DAF1: hue angle of 276.52º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8DAF1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232218241-
CMYK0.040.1000.05
HSL276.52º45.1%90%-
HSV(B)276.52º9.54%94.51%-
XYZ74.2373.6593.52-
YUV224.81137.14133.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.57%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=33.57%
G=31.55%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322182410.040.1000.05276.5245.190
HexE8DAF14A051152d5a
Octal3503323614120542555132
Binary111010001101101011110001100101001011000101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAF1; }

 p { color: rgb(232,218,241); }

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

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

 a { background-color: rgb(232,218,241); }

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

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

 span { border-color: rgb(232,218,241); }

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