#E9CFFB

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

Shades of Blue Chalk #E9CFFB

Tints of Blue Chalk #E9CFFB

Color information

#E9CFFB (or 0xE9CFFB) is unknown color: approx Blue Chalk. HEX triplet: E9, CF and FB. RGB value is (233,207,251). Sum of RGB (Red+Green+Blue) = 233+207+251=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFFB is #163004. Grayscale: #DBDBDB. Windows color (decimal): -1454085 or 16502761. OLE color: 16502761.

HSL color Cylindrical-coordinate representation of color #E9CFFB: hue angle of 275.45º 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 #E9CFFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233207251-
CMYK0.070.1800.02
HSL275.45º84.62%89.8%-
HSV(B)275.45º17.53%98.43%-
XYZ73.3368.91100.7-
YUV219.79145.61137.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=33.72%
G=29.96%
B=36.32%

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
Decimal2332072510.070.1800.02275.4584.6289.8
HexE9CFFB71202113555a
Octal35131737372202423125132
Binary1110100111001111111110111111001001010001001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFFB; }

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

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

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

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

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

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

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

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