#E9DCF3

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

Shades of Blue Chalk #E9DCF3

Tints of Blue Chalk #E9DCF3

Color information

#E9DCF3 (or 0xE9DCF3) is unknown color: approx Blue Chalk. HEX triplet: E9, DC and F3. RGB value is (233,220,243). Sum of RGB (Red+Green+Blue) = 233+220+243=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF3 is #16230C. Grayscale: #E2E2E2. Windows color (decimal): -1450765 or 15981801. OLE color: 15981801.

HSL color Cylindrical-coordinate representation of color #E9DCF3: hue angle of 273.91º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9DCF3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233220243-
CMYK0.040.0900.05
HSL273.91º48.94%90.78%-
HSV(B)273.91º9.47%95.29%-
XYZ75.3874.9895.29-
YUV226.51137.31132.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=33.48%
G=31.61%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332202430.040.0900.05273.9148.9490.78
HexE9DCF34905112315b
Octal3513343634110542261133
Binary111010011101110011110011100100101011000100101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCF3; }

 p { color: rgb(233,220,243); }

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

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

 a { background-color: rgb(233,220,243); }

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

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

 span { border-color: rgb(233,220,243); }

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