#E8C4F0

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

Shades of Blue Chalk #E8C4F0

Tints of Blue Chalk #E8C4F0

Color information

#E8C4F0 (or 0xE8C4F0) is unknown color: approx Blue Chalk. HEX triplet: E8, C4 and F0. RGB value is (232,196,240). Sum of RGB (Red+Green+Blue) = 232+196+240=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8C4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C4F0 is #173B0F. Grayscale: #D3D3D3. Windows color (decimal): -1522448 or 15779048. OLE color: 15779048.

HSL color Cylindrical-coordinate representation of color #E8C4F0: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8C4F0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232196240-
CMYK0.030.1800.06
HSL289.09º59.46%85.49%-
HSV(B)289.09º18.33%94.12%-
XYZ68.7562.9390.96-
YUV211.78143.93142.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 196 (76.95% from 255) = 29.34%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=34.73%
G=29.34%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321962400.030.1800.06289.0959.4685.49
HexE8C4F0312061213b55
Octal3503043603220644173125
Binary111010001100010011110000111001001101001000011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C4F0; }

 p { color: rgb(232,196,240); }

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

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

 a { background-color: rgb(232,196,240); }

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

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

 span { border-color: rgb(232,196,240); }

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