#E7DAF6

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

Shades of Blue Chalk #E7DAF6

Tints of Blue Chalk #E7DAF6

Color information

#E7DAF6 (or 0xE7DAF6) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F6. RGB value is (231,218,246). Sum of RGB (Red+Green+Blue) = 231+218+246=695 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.24% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7DAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF6 is #182509. Grayscale: #E0E0E0. Windows color (decimal): -1582346 or 16177895. OLE color: 16177895.

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

Color convert

RGB231218246-
CMYK0.060.1100.04
HSL267.86º60.87%90.98%-
HSV(B)267.86º11.38%96.47%-
XYZ74.6673.7997.5-
YUV225.08139.81132.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=33.24%
G=31.37%
B=35.40%

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
Decimal2312182460.060.1100.04267.8660.8790.98
HexE7DAF66B0410c3d5b
Octal3473323666130441475133
Binary111001111101101011110110110101101001000011001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF6; }

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

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

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

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

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

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

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

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