#E8CEF1

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

Shades of Blue Chalk #E8CEF1

Tints of Blue Chalk #E8CEF1

Color information

#E8CEF1 (or 0xE8CEF1) is unknown color: approx Blue Chalk. HEX triplet: E8, CE and F1. RGB value is (232,206,241). Sum of RGB (Red+Green+Blue) = 232+206+241=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF1 is #17310E. Grayscale: #D9D9D9. Windows color (decimal): -1519887 or 15847144. OLE color: 15847144.

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

Color convert

RGB232206241-
CMYK0.040.1500.05
HSL284.57º55.56%87.65%-
HSV(B)284.57º14.52%94.51%-
XYZ71.2367.6592.52-
YUV217.76141.11138.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=34.17%
G=30.34%
B=35.49%

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
Decimal2322062410.040.1500.05284.5755.5687.65
HexE8CEF14F0511d3858
Octal3503163614170543570130
Binary111010001100111011110001100111101011000111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEF1; }

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

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

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

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

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

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

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

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