#E9CEFE

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

Shades of Blue Chalk #E9CEFE

Tints of Blue Chalk #E9CEFE

Color information

#E9CEFE (or 0xE9CEFE) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and FE. RGB value is (233,206,254). Sum of RGB (Red+Green+Blue) = 233+206+254=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFE is #163101. Grayscale: #DBDBDB. Windows color (decimal): -1454338 or 16699113. OLE color: 16699113.

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

Color convert

RGB233206254-
CMYK0.080.1900.00
HSL273.75º96%90.2%-
HSV(B)273.75º18.9%99.61%-
XYZ73.5668.62103.13-
YUV219.54147.45137.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.62%
GREEN value IS 206 (80.86% from 255) = 29.73%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=33.62%
G=29.73%
B=36.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332062540.080.1900.00273.759690.2
HexE9CEFE81300112605a
Octal351316376102300422140132
Binary1110100111001110111111101000100110010001001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEFE; }

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

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

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

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

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

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

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

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