#E8C6F1

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

Shades of Blue Chalk #E8C6F1

Tints of Blue Chalk #E8C6F1

Color information

#E8C6F1 (or 0xE8C6F1) is unknown color: approx Blue Chalk. HEX triplet: E8, C6 and F1. RGB value is (232,198,241). Sum of RGB (Red+Green+Blue) = 232+198+241=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C6F1 is #17390E. Grayscale: #D4D4D4. Windows color (decimal): -1521935 or 15845096. OLE color: 15845096.

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

Color convert

RGB232198241-
CMYK0.040.1800.05
HSL287.44º60.56%86.08%-
HSV(B)287.44º17.84%94.51%-
XYZ69.3563.8991.9-
YUV213.07143.76141.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.58%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=34.58%
G=29.51%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321982410.040.1800.05287.4460.5686.08
HexE8C6F14120511f3d56
Octal3503063614220543775126
Binary1110100011000110111100011001001001011000111111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6F1; }

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

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

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

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

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

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

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

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