#E7DAEF

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

Shades of Blue Chalk #E7DAEF

Tints of Blue Chalk #E7DAEF

Color information

#E7DAEF (or 0xE7DAEF) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and EF. RGB value is (231,218,239). Sum of RGB (Red+Green+Blue) = 231+218+239=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAEF is #182510. Grayscale: #E0E0E0. Windows color (decimal): -1582353 or 15719143. OLE color: 15719143.

HSL color Cylindrical-coordinate representation of color #E7DAEF: hue angle of 277.14º degrees, saturation: 0.4, 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 #E7DAEF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231218239-
CMYK0.030.0900.06
HSL277.14º39.62%89.61%-
HSV(B)277.14º8.79%93.73%-
XYZ73.6173.3691.94-
YUV224.28136.31132.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=33.58%
G=31.69%
B=34.74%

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
Decimal2312182390.030.0900.06277.1439.6289.61
HexE7DAEF3906115285a
Octal3473323573110642550132
Binary11100111110110101110111111100101101000101011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAEF; }

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

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

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

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

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

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

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

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