#E7DAFA

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

Shades of Blue Chalk #E7DAFA

Tints of Blue Chalk #E7DAFA

Color information

#E7DAFA (or 0xE7DAFA) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and FA. RGB value is (231,218,250). Sum of RGB (Red+Green+Blue) = 231+218+250=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFA is #182505. Grayscale: #E1E1E1. Windows color (decimal): -1582342 or 16440039. OLE color: 16440039.

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

Color convert

RGB231218250-
CMYK0.080.1300.02
HSL264.38º76.19%91.76%-
HSV(B)264.38º12.8%98.04%-
XYZ75.2874.03100.76-
YUV225.54141.81131.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.05%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=33.05%
G=31.19%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312182500.080.1300.02264.3876.1991.76
HexE7DAFA8D021084c5c
Octal347332372101502410114134
Binary1110011111011010111110101000110101010000100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAFA; }

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

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

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

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

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

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

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

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