#E5CEF8

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

Shades of Blue Chalk #E5CEF8

Tints of Blue Chalk #E5CEF8

Color information

#E5CEF8 (or 0xE5CEF8) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and F8. RGB value is (229,206,248). Sum of RGB (Red+Green+Blue) = 229+206+248=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF8 is #1A3107. Grayscale: #D9D9D9. Windows color (decimal): -1716488 or 16305893. OLE color: 16305893.

HSL color Cylindrical-coordinate representation of color #E5CEF8: hue angle of 272.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CEF8 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229206248-
CMYK0.080.1700.03
HSL272.86º75%89.02%-
HSV(B)272.86º16.94%97.25%-
XYZ71.3367.5898.09-
YUV217.66145.12136.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 248 (97.27% from 255) = 36.31%
R=33.53%
G=30.16%
B=36.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2292062480.080.1700.03272.867589.02
HexE5CEF8811031114b59
Octal345316370102103421113131
Binary11100101110011101111100010001000101110001000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEF8; }

 p { color: rgb(229,206,248); }

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

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

 a { background-color: rgb(229,206,248); }

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

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

 span { border-color: rgb(229,206,248); }

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