#E7DAF9

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

Shades of Blue Chalk #E7DAF9

Tints of Blue Chalk #E7DAF9

Color information

#E7DAF9 (or 0xE7DAF9) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F9. RGB value is (231,218,249). Sum of RGB (Red+Green+Blue) = 231+218+249=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF9 is #182506. Grayscale: #E1E1E1. Windows color (decimal): -1582343 or 16374503. OLE color: 16374503.

HSL color Cylindrical-coordinate representation of color #E7DAF9: hue angle of 265.16º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DAF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231218249-
CMYK0.070.1200.02
HSL265.16º72.09%91.57%-
HSV(B)265.16º12.45%97.65%-
XYZ75.1373.9799.94-
YUV225.42141.31131.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.09%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 249 (97.66% from 255) = 35.67%
R=33.09%
G=31.23%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312182490.070.1200.02265.1672.0991.57
HexE7DAF97C02109485c
Octal34733237171402411110134
Binary111001111101101011111001111110001010000100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF9; }

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

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

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

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

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

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

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

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