#E7DAF1

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

Shades of Blue Chalk #E7DAF1

Tints of Blue Chalk #E7DAF1

Color information

#E7DAF1 (or 0xE7DAF1) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F1. RGB value is (231,218,241). Sum of RGB (Red+Green+Blue) = 231+218+241=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF1 is #18250E. Grayscale: #E0E0E0. Windows color (decimal): -1582351 or 15850215. OLE color: 15850215.

HSL color Cylindrical-coordinate representation of color #E7DAF1: hue angle of 273.91º 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 #E7DAF1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231218241-
CMYK0.040.1000.05
HSL273.91º45.1%90%-
HSV(B)273.91º9.54%94.51%-
XYZ73.973.4893.51-
YUV224.51137.31132.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=33.48%
G=31.59%
B=34.93%

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
Decimal2312182410.040.1000.05273.9145.190
HexE7DAF14A051122d5a
Octal3473323614120542255132
Binary111001111101101011110001100101001011000100101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF1; }

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

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

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

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

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

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

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

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