#E5CEFC

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

Shades of Blue Chalk #E5CEFC

Tints of Blue Chalk #E5CEFC

Color information

#E5CEFC (or 0xE5CEFC) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and FC. RGB value is (229,206,252). Sum of RGB (Red+Green+Blue) = 229+206+252=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFC is #1A3103. Grayscale: #D9D9D9. Windows color (decimal): -1716484 or 16568037. OLE color: 16568037.

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

Color convert

RGB229206252-
CMYK0.090.1800.01
HSL270º88.46%89.8%-
HSV(B)270º18.25%98.82%-
XYZ71.9667.83101.4-
YUV218.12147.12135.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=33.33%
G=29.99%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292062520.090.1800.0127088.4689.8
HexE5CEFC9120110e585a
Octal345316374112201416130132
Binary1110010111001110111111001001100100110000111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEFC; }

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

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

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

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

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

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

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

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