#E8CEFF

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

Shades of Blue Chalk #E8CEFF

Tints of Blue Chalk #E8CEFF

Color information

#E8CEFF (or 0xE8CEFF) is unknown color: approx Blue Chalk. HEX triplet: E8, CE and FF. RGB value is (232,206,255). Sum of RGB (Red+Green+Blue) = 232+206+255=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEFF is #173100. Grayscale: #DBDBDB. Windows color (decimal): -1519873 or 16764648. OLE color: 16764648.

HSL color Cylindrical-coordinate representation of color #E8CEFF: hue angle of 271.84º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CEFF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232206255-
CMYK0.090.1900
HSL271.84º100%90.39%-
HSV(B)271.84º19.22%100%-
XYZ73.468.52103.96-
YUV219.36148.11137.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 36.80%
R=33.48%
G=29.73%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322062550.090.1900271.8410090.39
HexE8CEFF91300110645a
Octal350316377112300420144132
Binary1110100011001110111111111001100110010001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CEFF; }

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

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

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

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

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

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

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

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