#E5D3F2

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

Shades of Blue Chalk #E5D3F2

Tints of Blue Chalk #E5D3F2

Color information

#E5D3F2 (or 0xE5D3F2) is unknown color: approx Blue Chalk. HEX triplet: E5, D3 and F2. RGB value is (229,211,242). Sum of RGB (Red+Green+Blue) = 229+211+242=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5D3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3F2 is #1A2C0D. Grayscale: #DBDBDB. Windows color (decimal): -1715214 or 15913957. OLE color: 15913957.

HSL color Cylindrical-coordinate representation of color #E5D3F2: hue angle of 274.84º 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 #E5D3F2 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229211242-
CMYK0.050.1300.05
HSL274.84º54.39%88.82%-
HSV(B)274.84º12.81%94.9%-
XYZ71.6369.6693.67-
YUV219.92140.46134.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=33.58%
G=30.94%
B=35.48%

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
Decimal2292112420.050.1300.05274.8454.3988.82
HexE5D3F25D051133659
Octal3453233625150542366131
Binary111001011101001111110010101110101011000100111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D3F2; }

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

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

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

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

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

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

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

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