#E8C5F1

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

Shades of Blue Chalk #E8C5F1

Tints of Blue Chalk #E8C5F1

Color information

#E8C5F1 (or 0xE8C5F1) is unknown color: approx Blue Chalk. HEX triplet: E8, C5 and F1. RGB value is (232,197,241). Sum of RGB (Red+Green+Blue) = 232+197+241=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8C5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C5F1 is #173A0E. Grayscale: #D4D4D4. Windows color (decimal): -1522191 or 15844840. OLE color: 15844840.

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

Color convert

RGB232197241-
CMYK0.040.1800.05
HSL287.73º61.11%85.88%-
HSV(B)287.73º18.26%94.51%-
XYZ69.1263.4491.82-
YUV212.48144.1141.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.63%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=34.63%
G=29.40%
B=35.97%

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
Decimal2321972410.040.1800.05287.7361.1185.88
HexE8C5F1412051203d56
Octal3503053614220544075126
Binary1110100011000101111100011001001001011001000001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5F1; }

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

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

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

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

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

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

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

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