#E8DAF4

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

Shades of Blue Chalk #E8DAF4

Tints of Blue Chalk #E8DAF4

Color information

#E8DAF4 (or 0xE8DAF4) is unknown color: approx Blue Chalk. HEX triplet: E8, DA and F4. RGB value is (232,218,244). Sum of RGB (Red+Green+Blue) = 232+218+244=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF4 is #17250B. Grayscale: #E1E1E1. Windows color (decimal): -1516812 or 16046824. OLE color: 16046824.

HSL color Cylindrical-coordinate representation of color #E8DAF4: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DAF4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232218244-
CMYK0.050.1100.04
HSL272.31º54.17%90.59%-
HSV(B)272.31º10.66%95.69%-
XYZ74.6873.8395.9-
YUV225.15138.64132.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 244 (95.70% from 255) = 35.16%
R=33.43%
G=31.41%
B=35.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322182440.050.1100.04272.3154.1790.59
HexE8DAF45B04110365b
Octal3503323645130442066133
Binary111010001101101011110100101101101001000100001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAF4; }

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

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

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

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

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

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

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

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