#E9CEFB

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

Shades of Blue Chalk #E9CEFB

Tints of Blue Chalk #E9CEFB

Color information

#E9CEFB (or 0xE9CEFB) is unknown color: approx Blue Chalk. HEX triplet: E9, CE and FB. RGB value is (233,206,251). Sum of RGB (Red+Green+Blue) = 233+206+251=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFB is #163104. Grayscale: #DBDBDB. Windows color (decimal): -1454341 or 16502505. OLE color: 16502505.

HSL color Cylindrical-coordinate representation of color #E9CEFB: hue angle of 276º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CEFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233206251-
CMYK0.070.1800.02
HSL276º84.91%89.61%-
HSV(B)276º17.93%98.43%-
XYZ73.0968.43100.62-
YUV219.2145.95137.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=33.77%
G=29.86%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332062510.070.1800.0227684.9189.61
HexE9CEFB71202114555a
Octal35131637372202424125132
Binary1110100111001110111110111111001001010001010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEFB; }

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

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

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

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

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

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

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

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