#E9CEF1

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

Shades of Blue Chalk #E9CEF1

Tints of Blue Chalk #E9CEF1

Color information

#E9CEF1 (or 0xE9CEF1) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and F1. RGB value is (233,206,241). Sum of RGB (Red+Green+Blue) = 233+206+241=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEF1 is #16310E. Grayscale: #D9D9D9. Windows color (decimal): -1454351 or 15847145. OLE color: 15847145.

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

Color convert

RGB233206241-
CMYK0.030.1500.05
HSL286.29º55.56%87.65%-
HSV(B)286.29º14.52%94.51%-
XYZ71.5567.8292.54-
YUV218.06140.95138.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=34.26%
G=30.29%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332062410.030.1500.05286.2955.5687.65
HexE9CEF13F0511e3858
Octal3513163613170543670130
Binary11101001110011101111000111111101011000111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEF1; }

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

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

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

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

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

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

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

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