#E5D2F1

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

Shades of Blue Chalk #E5D2F1

Tints of Blue Chalk #E5D2F1

Color information

#E5D2F1 (or 0xE5D2F1) is unknown color: approx Blue Chalk. HEX triplet: E5, D2 and F1. RGB value is (229,210,241). Sum of RGB (Red+Green+Blue) = 229+210+241=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D2F1 is #1A2D0E. Grayscale: #DBDBDB. Windows color (decimal): -1715471 or 15848165. OLE color: 15848165.

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

Color convert

RGB229210241-
CMYK0.050.1300.05
HSL276.77º52.54%88.43%-
HSV(B)276.77º12.86%94.51%-
XYZ71.2469.192.8-
YUV219.21140.29134.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.68%
GREEN value IS 210 (82.42% from 255) = 30.88%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=33.68%
G=30.88%
B=35.44%

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
Decimal2292102410.050.1300.05276.7752.5488.43
HexE5D2F15D051153558
Octal3453223615150542565130
Binary111001011101001011110001101110101011000101011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D2F1; }

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

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

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

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

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

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

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

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