#E7DAF2

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

Shades of Blue Chalk #E7DAF2

Tints of Blue Chalk #E7DAF2

Color information

#E7DAF2 (or 0xE7DAF2) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and F2. RGB value is (231,218,242). Sum of RGB (Red+Green+Blue) = 231+218+242=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF2 is #18250D. Grayscale: #E0E0E0. Windows color (decimal): -1582350 or 15915751. OLE color: 15915751.

HSL color Cylindrical-coordinate representation of color #E7DAF2: hue angle of 272.5º degrees, saturation: 0.48, 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 #E7DAF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231218242-
CMYK0.050.1000.05
HSL272.5º48%90.2%-
HSV(B)272.5º9.92%94.9%-
XYZ74.0573.5494.3-
YUV224.62137.81132.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 242 (94.92% from 255) = 35.02%
R=33.43%
G=31.55%
B=35.02%

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
Decimal2312182420.050.1000.05272.54890.2
HexE7DAF25A05110305a
Octal3473323625120542060132
Binary111001111101101011110010101101001011000100001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAF2; }

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

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

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

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

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

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

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

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