#E7DAF5

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

Shades of Blue Chalk #E7DAF5

Tints of Blue Chalk #E7DAF5

Color information

#E7DAF5 (or 0xE7DAF5) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F5. RGB value is (231,218,245). Sum of RGB (Red+Green+Blue) = 231+218+245=694 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.29% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7DAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF5 is #18250A. Grayscale: #E0E0E0. Windows color (decimal): -1582347 or 16112359. OLE color: 16112359.

HSL color Cylindrical-coordinate representation of color #E7DAF5: hue angle of 268.89º degrees, saturation: 0.57, 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 #E7DAF5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231218245-
CMYK0.060.1100.04
HSL268.89º57.45%90.78%-
HSV(B)268.89º11.02%96.08%-
XYZ74.5173.7296.69-
YUV224.96139.31132.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.29%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 245 (96.09% from 255) = 35.30%
R=33.29%
G=31.41%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312182450.060.1100.04268.8957.4590.78
HexE7DAF56B0410d395b
Octal3473323656130441571133
Binary111001111101101011110101110101101001000011011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF5; }

 p { color: rgb(231,218,245); }

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

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

 a { background-color: rgb(231,218,245); }

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

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

 span { border-color: rgb(231,218,245); }

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