#E7D9F5

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

Shades of Blue Chalk #E7D9F5

Tints of Blue Chalk #E7D9F5

Color information

#E7D9F5 (or 0xE7D9F5) is unknown color: approx Blue Chalk. HEX triplet: E7, D9 and F5. RGB value is (231,217,245). Sum of RGB (Red+Green+Blue) = 231+217+245=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7D9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9F5 is #18260A. Grayscale: #E0E0E0. Windows color (decimal): -1582603 or 16112103. OLE color: 16112103.

HSL color Cylindrical-coordinate representation of color #E7D9F5: hue angle of 270º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D9F5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231217245-
CMYK0.060.1100.04
HSL270º58.33%90.59%-
HSV(B)270º11.43%96.08%-
XYZ74.2573.2196.6-
YUV224.38139.64132.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 245 (96.09% from 255) = 35.35%
R=33.33%
G=31.31%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312172450.060.1100.0427058.3390.59
HexE7D9F56B0410e3a5b
Octal3473313656130441672133
Binary111001111101100111110101110101101001000011101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D9F5; }

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

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

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

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

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

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

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

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