#E5CEF1

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

Shades of Blue Chalk #E5CEF1

Tints of Blue Chalk #E5CEF1

Color information

#E5CEF1 (or 0xE5CEF1) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and F1. RGB value is (229,206,241). Sum of RGB (Red+Green+Blue) = 229+206+241=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF1 is #1A310E. Grayscale: #D8D8D8. Windows color (decimal): -1716495 or 15847141. OLE color: 15847141.

HSL color Cylindrical-coordinate representation of color #E5CEF1: hue angle of 279.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CEF1 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229206241-
CMYK0.050.1500.05
HSL279.43º55.56%87.65%-
HSV(B)279.43º14.52%94.51%-
XYZ70.2667.1592.48-
YUV216.87141.62136.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=33.88%
G=30.47%
B=35.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292062410.050.1500.05279.4355.5687.65
HexE5CEF15F051173858
Octal3453163615170542770130
Binary111001011100111011110001101111101011000101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEF1; }

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

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

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

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

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

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

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

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