#E8D2F1

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

Shades of Blue Chalk #E8D2F1

Tints of Blue Chalk #E8D2F1

Color information

#E8D2F1 (or 0xE8D2F1) is unknown color: approx Blue Chalk. HEX triplet: E8, D2 and F1. RGB value is (232,210,241). Sum of RGB (Red+Green+Blue) = 232+210+241=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8D2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2F1 is #172D0E. Grayscale: #DCDCDC. Windows color (decimal): -1518863 or 15848168. OLE color: 15848168.

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

Color convert

RGB232210241-
CMYK0.040.1300.05
HSL282.58º52.54%88.43%-
HSV(B)282.58º12.86%94.51%-
XYZ72.269.692.85-
YUV220.11139.79136.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=33.97%
G=30.75%
B=35.29%

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
Decimal2322102410.040.1300.05282.5852.5488.43
HexE8D2F14D0511b3558
Octal3503223614150543365130
Binary111010001101001011110001100110101011000110111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D2F1; }

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

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

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

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

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

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

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

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