#E5CEFA

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

Shades of Blue Chalk #E5CEFA

Tints of Blue Chalk #E5CEFA

Color information

#E5CEFA (or 0xE5CEFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and FA. RGB value is (229,206,250). Sum of RGB (Red+Green+Blue) = 229+206+250=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFA is #1A3105. Grayscale: #D9D9D9. Windows color (decimal): -1716486 or 16436965. OLE color: 16436965.

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

Color convert

RGB229206250-
CMYK0.080.1800.02
HSL271.36º81.48%89.41%-
HSV(B)271.36º17.6%98.04%-
XYZ71.6467.799.73-
YUV217.89146.12135.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.43%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=33.43%
G=30.07%
B=36.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292062500.080.1800.02271.3681.4889.41
HexE5CEFA8120210f5159
Octal345316372102202417121131
Binary11100101110011101111101010001001001010000111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEFA; }

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

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

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

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

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

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

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

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