#E8CEF9

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

Shades of Blue Chalk #E8CEF9

Tints of Blue Chalk #E8CEF9

Color information

#E8CEF9 (or 0xE8CEF9) is unknown color: approx Blue Chalk. HEX triplet: E8, CE and F9. RGB value is (232,206,249). Sum of RGB (Red+Green+Blue) = 232+206+249=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8CEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF9 is #173106. Grayscale: #DADADA. Windows color (decimal): -1519879 or 16371432. OLE color: 16371432.

HSL color Cylindrical-coordinate representation of color #E8CEF9: hue angle of 276.28º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CEF9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232206249-
CMYK0.070.1700.02
HSL276.28º78.18%89.22%-
HSV(B)276.28º17.27%97.65%-
XYZ72.4568.1498.96-
YUV218.68145.11137.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.77%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=33.77%
G=29.99%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322062490.070.1700.02276.2878.1889.22
HexE8CEF9711021144e59
Octal35031637172102424116131
Binary1110100011001110111110011111000101010001010010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEF9; }

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

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

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

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

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

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

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

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