#E7D2F1

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

Shades of Blue Chalk #E7D2F1

Tints of Blue Chalk #E7D2F1

Color information

#E7D2F1 (or 0xE7D2F1) is unknown color: approx Blue Chalk. HEX triplet: E7, D2 and F1. RGB value is (231,210,241). Sum of RGB (Red+Green+Blue) = 231+210+241=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7D2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2F1 is #182D0E. Grayscale: #DBDBDB. Windows color (decimal): -1584399 or 15848167. OLE color: 15848167.

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

Color convert

RGB231210241-
CMYK0.040.1300.05
HSL280.65º52.54%88.43%-
HSV(B)280.65º12.86%94.51%-
XYZ71.8869.4392.83-
YUV219.81139.96135.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.87%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=33.87%
G=30.79%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312102410.040.1300.05280.6552.5488.43
HexE7D2F14D051193558
Octal3473223614150543165130
Binary111001111101001011110001100110101011000110011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2F1; }

 p { color: rgb(231,210,241); }

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

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

 a { background-color: rgb(231,210,241); }

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

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

 span { border-color: rgb(231,210,241); }

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