#E5CEEF

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

Shades of Blue Chalk #E5CEEF

Tints of Blue Chalk #E5CEEF

Color information

#E5CEEF (or 0xE5CEEF) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and EF. RGB value is (229,206,239). Sum of RGB (Red+Green+Blue) = 229+206+239=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEF is #1A3110. Grayscale: #D8D8D8. Windows color (decimal): -1716497 or 15716069. OLE color: 15716069.

HSL color Cylindrical-coordinate representation of color #E5CEEF: hue angle of 281.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CEEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229206239-
CMYK0.040.1400.06
HSL281.82º50.77%87.25%-
HSV(B)281.82º13.81%93.73%-
XYZ69.9667.0390.91-
YUV216.64140.62136.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=33.98%
G=30.56%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292062390.040.1400.06281.8250.7787.25
HexE5CEEF4E0611a3357
Octal3453163574160643263127
Binary111001011100111011101111100111001101000110101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEEF; }

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

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

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

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

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

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

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

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