#E7DAF7

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

Shades of Blue Chalk #E7DAF7

Tints of Blue Chalk #E7DAF7

Color information

#E7DAF7 (or 0xE7DAF7) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F7. RGB value is (231,218,247). Sum of RGB (Red+Green+Blue) = 231+218+247=696 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.19% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7DAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF7 is #182508. Grayscale: #E1E1E1. Windows color (decimal): -1582345 or 16243431. OLE color: 16243431.

HSL color Cylindrical-coordinate representation of color #E7DAF7: hue angle of 266.9º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DAF7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231218247-
CMYK0.060.1200.03
HSL266.9º64.44%91.18%-
HSV(B)266.9º11.74%96.86%-
XYZ74.8173.8598.31-
YUV225.19140.31132.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.19%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 247 (96.88% from 255) = 35.49%
R=33.19%
G=31.32%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2312182470.060.1200.03266.964.4491.18
HexE7DAF76C0310b405b
Octal34733236761403413100133
Binary111001111101101011110111110110001110000101110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF7; }

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

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

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

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

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

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

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

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