#E7D3F2

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

Shades of Blue Chalk #E7D3F2

Tints of Blue Chalk #E7D3F2

Color information

#E7D3F2 (or 0xE7D3F2) is unknown color: approx Blue Chalk. HEX triplet: E7, D3 and F2. RGB value is (231,211,242). Sum of RGB (Red+Green+Blue) = 231+211+242=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7D3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3F2 is #182C0D. Grayscale: #DCDCDC. Windows color (decimal): -1584142 or 15913959. OLE color: 15913959.

HSL color Cylindrical-coordinate representation of color #E7D3F2: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D3F2 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231211242-
CMYK0.050.1300.05
HSL278.71º54.39%88.82%-
HSV(B)278.71º12.81%94.9%-
XYZ72.2869.9993.7-
YUV220.51140.13135.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 211 (82.81% from 255) = 30.85%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=33.77%
G=30.85%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312112420.050.1300.05278.7154.3988.82
HexE7D3F25D051173659
Octal3473233625150542766131
Binary111001111101001111110010101110101011000101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3F2; }

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

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

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

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

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

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

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

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