#E8C2F1

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

Shades of Blue Chalk #E8C2F1

Tints of Blue Chalk #E8C2F1

Color information

#E8C2F1 (or 0xE8C2F1) is unknown color: approx Blue Chalk. HEX triplet: E8, C2 and F1. RGB value is (232,194,241). Sum of RGB (Red+Green+Blue) = 232+194+241=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8C2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C2F1 is #173D0E. Grayscale: #D2D2D2. Windows color (decimal): -1522959 or 15844072. OLE color: 15844072.

HSL color Cylindrical-coordinate representation of color #E8C2F1: hue angle of 288.51º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8C2F1 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232194241-
CMYK0.040.2000.05
HSL288.51º62.67%85.29%-
HSV(B)288.51º19.5%94.51%-
XYZ68.4562.0991.6-
YUV210.72145.09143.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 194 (76.17% from 255) = 29.09%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=34.78%
G=29.09%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321942410.040.2000.05288.5162.6785.29
HexE8C2F1414051213f55
Octal3503023614240544177125
Binary1110100011000010111100011001010001011001000011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2F1; }

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

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

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

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

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

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

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

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