#E9CEFC

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

Shades of Blue Chalk #E9CEFC

Tints of Blue Chalk #E9CEFC

Color information

#E9CEFC (or 0xE9CEFC) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and FC. RGB value is (233,206,252). Sum of RGB (Red+Green+Blue) = 233+206+252=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFC is #163103. Grayscale: #DBDBDB. Windows color (decimal): -1454340 or 16568041. OLE color: 16568041.

HSL color Cylindrical-coordinate representation of color #E9CEFC: hue angle of 275.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CEFC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233206252-
CMYK0.080.1800.01
HSL275.22º88.46%89.8%-
HSV(B)275.22º18.25%98.82%-
XYZ73.2568.49101.46-
YUV219.32146.45137.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=33.72%
G=29.81%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332062520.080.1800.01275.2288.4689.8
HexE9CEFC81201113585a
Octal351316374102201423130132
Binary1110100111001110111111001000100100110001001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEFC; }

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

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

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

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

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

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

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

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