#E7DAF0

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

Shades of Blue Chalk #E7DAF0

Tints of Blue Chalk #E7DAF0

Color information

#E7DAF0 (or 0xE7DAF0) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F0. RGB value is (231,218,240). Sum of RGB (Red+Green+Blue) = 231+218+240=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF0 is #18250F. Grayscale: #E0E0E0. Windows color (decimal): -1582352 or 15784679. OLE color: 15784679.

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

Color convert

RGB231218240-
CMYK0.040.0900.06
HSL275.45º42.31%89.8%-
HSV(B)275.45º9.17%94.12%-
XYZ73.7573.4292.72-
YUV224.4136.81132.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=33.53%
G=31.64%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312182400.040.0900.06275.4542.3189.8
HexE7DAF049061132a5a
Octal3473323604110642352132
Binary111001111101101011110000100100101101000100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF0; }

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

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

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

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

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

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

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

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