#E9CEEF

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

Shades of Blue Chalk #E9CEEF

Tints of Blue Chalk #E9CEEF

Color information

#E9CEEF (or 0xE9CEEF) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and EF. RGB value is (233,206,239). Sum of RGB (Red+Green+Blue) = 233+206+239=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEEF is #163110. Grayscale: #D9D9D9. Windows color (decimal): -1454353 or 15716073. OLE color: 15716073.

HSL color Cylindrical-coordinate representation of color #E9CEEF: hue angle of 289.09º 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 #E9CEEF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233206239-
CMYK0.030.1400.06
HSL289.09º50.77%87.25%-
HSV(B)289.09º13.81%93.73%-
XYZ71.2667.790.97-
YUV217.84139.95138.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=34.37%
G=30.38%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332062390.030.1400.06289.0950.7787.25
HexE9CEEF3E061213357
Octal3513163573160644163127
Binary11101001110011101110111111111001101001000011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEEF; }

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

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

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

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

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

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

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

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