#E7DAF3

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

Shades of Blue Chalk #E7DAF3

Tints of Blue Chalk #E7DAF3

Color information

#E7DAF3 (or 0xE7DAF3) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F3. RGB value is (231,218,243). Sum of RGB (Red+Green+Blue) = 231+218+243=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF3 is #18250C. Grayscale: #E0E0E0. Windows color (decimal): -1582349 or 15981287. OLE color: 15981287.

HSL color Cylindrical-coordinate representation of color #E7DAF3: hue angle of 271.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DAF3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231218243-
CMYK0.050.1000.05
HSL271.2º51.02%90.39%-
HSV(B)271.2º10.29%95.29%-
XYZ74.273.695.09-
YUV224.74138.31132.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=33.38%
G=31.50%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312182430.050.1000.05271.251.0290.39
HexE7DAF35A0510f335a
Octal3473323635120541763132
Binary111001111101101011110011101101001011000011111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF3; }

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

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

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

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

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

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

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

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