#E9CEFF

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

Shades of Blue Chalk #E9CEFF

Tints of Blue Chalk #E9CEFF

Color information

#E9CEFF (or 0xE9CEFF) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and FF. RGB value is (233,206,255). Sum of RGB (Red+Green+Blue) = 233+206+255=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFF is #163100. Grayscale: #DBDBDB. Windows color (decimal): -1454337 or 16764649. OLE color: 16764649.

HSL color Cylindrical-coordinate representation of color #E9CEFF: hue angle of 273.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CEFF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233206255-
CMYK0.090.1900
HSL273.06º100%90.39%-
HSV(B)273.06º19.22%100%-
XYZ73.7368.69103.98-
YUV219.66147.95137.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.57%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 255 (100% from 255) = 36.74%
R=33.57%
G=29.68%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332062550.090.1900273.0610090.39
HexE9CEFF91300111645a
Octal351316377112300421144132
Binary1110100111001110111111111001100110010001000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEFF; }

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

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

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

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

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

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

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

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