#E8C0F3

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

Shades of Blue Chalk #E8C0F3

Tints of Blue Chalk #E8C0F3

Color information

#E8C0F3 (or 0xE8C0F3) is unknown color: approx Blue Chalk. HEX triplet: E8, C0 and F3. RGB value is (232,192,243). Sum of RGB (Red+Green+Blue) = 232+192+243=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8C0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0F3 is #173F0C. Grayscale: #D1D1D1. Windows color (decimal): -1523469 or 15974632. OLE color: 15974632.

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

Color convert

RGB232192243-
CMYK0.050.2100.05
HSL287.06º68%85.29%-
HSV(B)287.06º20.99%95.29%-
XYZ68.3161.3393.03-
YUV209.77146.75143.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.78%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=34.78%
G=28.79%
B=36.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321922430.050.2100.05287.066885.29
HexE8C0F35150511f4455
Octal35030036352505437104125
Binary11101000110000001111001110110101010110001111110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0F3; }

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

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

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

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

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

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

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

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