#E8C0F1

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

Shades of Blue Chalk #E8C0F1

Tints of Blue Chalk #E8C0F1

Color information

#E8C0F1 (or 0xE8C0F1) is unknown color: approx Blue Chalk. HEX triplet: E8, C0 and F1. RGB value is (232,192,241). Sum of RGB (Red+Green+Blue) = 232+192+241=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0F1 is #173F0E. Grayscale: #D1D1D1. Windows color (decimal): -1523471 or 15843560. OLE color: 15843560.

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

Color convert

RGB232192241-
CMYK0.040.2000.05
HSL288.98º63.64%84.9%-
HSV(B)288.98º20.33%94.51%-
XYZ68.0161.2191.45-
YUV209.55145.75144.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.89%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=34.89%
G=28.87%
B=36.24%

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
Decimal2321922410.040.2000.05288.9863.6484.9
HexE8C0F1414051214055
Octal35030036142405441100125
Binary11101000110000001111000110010100010110010000110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0F1; }

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

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

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

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

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

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

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

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