#E8CCF1

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

Shades of Blue Chalk #E8CCF1

Tints of Blue Chalk #E8CCF1

Color information

#E8CCF1 (or 0xE8CCF1) is unknown color: approx Blue Chalk. HEX triplet: E8, CC and F1. RGB value is (232,204,241). Sum of RGB (Red+Green+Blue) = 232+204+241=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCF1 is #17330E. Grayscale: #D8D8D8. Windows color (decimal): -1520399 or 15846632. OLE color: 15846632.

HSL color Cylindrical-coordinate representation of color #E8CCF1: hue angle of 285.41º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CCF1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232204241-
CMYK0.040.1500.05
HSL285.41º56.92%87.25%-
HSV(B)285.41º15.35%94.51%-
XYZ70.7566.6992.36-
YUV216.59141.78138.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.27%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=34.27%
G=30.13%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322042410.040.1500.05285.4156.9287.25
HexE8CCF14F0511d3957
Octal3503143614170543571127
Binary111010001100110011110001100111101011000111011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCF1; }

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

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

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

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

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

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

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

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