#E9CEF2

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

Shades of Blue Chalk #E9CEF2

Tints of Blue Chalk #E9CEF2

Color information

#E9CEF2 (or 0xE9CEF2) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and F2. RGB value is (233,206,242). Sum of RGB (Red+Green+Blue) = 233+206+242=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEF2 is #16310D. Grayscale: #DADADA. Windows color (decimal): -1454350 or 15912681. OLE color: 15912681.

HSL color Cylindrical-coordinate representation of color #E9CEF2: hue angle of 285º degrees, saturation: 0.58, 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 #E9CEF2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233206242-
CMYK0.040.1500.05
HSL285º58.06%87.84%-
HSV(B)285º14.88%94.9%-
XYZ71.767.8893.33-
YUV218.18141.45138.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=34.21%
G=30.25%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332062420.040.1500.0528558.0687.84
HexE9CEF24F0511d3a58
Octal3513163624170543572130
Binary111010011100111011110010100111101011000111011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEF2; }

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

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

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

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

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

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

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

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