#E8CEF6

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

Shades of Blue Chalk #E8CEF6

Tints of Blue Chalk #E8CEF6

Color information

#E8CEF6 (or 0xE8CEF6) is unknown color: approx Blue Chalk. HEX triplet: E8, CE and F6. RGB value is (232,206,246). Sum of RGB (Red+Green+Blue) = 232+206+246=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF6 is #173109. Grayscale: #DADADA. Windows color (decimal): -1519882 or 16174824. OLE color: 16174824.

HSL color Cylindrical-coordinate representation of color #E8CEF6: hue angle of 279º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8CEF6 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232206246-
CMYK0.060.1600.04
HSL279º68.97%88.63%-
HSV(B)279º16.26%96.47%-
XYZ71.9867.9596.51-
YUV218.33143.61137.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=33.92%
G=30.12%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322062460.060.1600.0427968.9788.63
HexE8CEF6610041174559
Octal35031636662004427105131
Binary11101000110011101111011011010000010010001011110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEF6; }

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

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

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

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

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

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

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

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