#E8DAF0

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

Shades of Blue Chalk #E8DAF0

Tints of Blue Chalk #E8DAF0

Color information

#E8DAF0 (or 0xE8DAF0) is unknown color: approx Blue Chalk. HEX triplet: E8, DA and F0. RGB value is (232,218,240). Sum of RGB (Red+Green+Blue) = 232+218+240=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF0 is #17250F. Grayscale: #E0E0E0. Windows color (decimal): -1516816 or 15784680. OLE color: 15784680.

HSL color Cylindrical-coordinate representation of color #E8DAF0: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DAF0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232218240-
CMYK0.030.0900.06
HSL278.18º42.31%89.8%-
HSV(B)278.18º9.17%94.12%-
XYZ74.0873.5992.74-
YUV224.69136.64133.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.62%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=33.62%
G=31.59%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322182400.030.0900.06278.1842.3189.8
HexE8DAF039061162a5a
Octal3503323603110642652132
Binary11101000110110101111000011100101101000101101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAF0; }

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

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

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

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

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

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

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

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