#E7D9F0

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

Shades of Blue Chalk #E7D9F0

Tints of Blue Chalk #E7D9F0

Color information

#E7D9F0 (or 0xE7D9F0) is unknown color: approx Blue Chalk. HEX triplet: E7, D9 and F0. RGB value is (231,217,240). Sum of RGB (Red+Green+Blue) = 231+217+240=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7D9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9F0 is #18260F. Grayscale: #DFDFDF. Windows color (decimal): -1582608 or 15784423. OLE color: 15784423.

HSL color Cylindrical-coordinate representation of color #E7D9F0: hue angle of 276.52º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D9F0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231217240-
CMYK0.040.1000.06
HSL276.52º43.4%89.61%-
HSV(B)276.52º9.58%94.12%-
XYZ73.572.9192.64-
YUV223.81137.14133.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.58%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=33.58%
G=31.54%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312172400.040.1000.06276.5243.489.61
HexE7D9F04A061152b5a
Octal3473313604120642553132
Binary111001111101100111110000100101001101000101011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9F0; }

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

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

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

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

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

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

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

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