#E8D1F2

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

Shades of Blue Chalk #E8D1F2

Tints of Blue Chalk #E8D1F2

Color information

#E8D1F2 (or 0xE8D1F2) is unknown color: approx Blue Chalk. HEX triplet: E8, D1 and F2. RGB value is (232,209,242). Sum of RGB (Red+Green+Blue) = 232+209+242=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8D1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D1F2 is #172E0D. Grayscale: #DBDBDB. Windows color (decimal): -1519118 or 15913448. OLE color: 15913448.

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

Color convert

RGB232209242-
CMYK0.040.1400.05
HSL281.82º55.93%88.43%-
HSV(B)281.82º13.64%94.9%-
XYZ72.1169.1793.55-
YUV219.64140.62136.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=33.97%
G=30.60%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322092420.040.1400.05281.8255.9388.43
HexE8D1F24E0511a3858
Octal3503213624160543270130
Binary111010001101000111110010100111001011000110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1F2; }

 p { color: rgb(232,209,242); }

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

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

 a { background-color: rgb(232,209,242); }

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

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

 span { border-color: rgb(232,209,242); }

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