#E9DCF1

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

Shades of Blue Chalk #E9DCF1

Tints of Blue Chalk #E9DCF1

Color information

#E9DCF1 (or 0xE9DCF1) is unknown color: approx Blue Chalk. HEX triplet: E9, DC and F1. RGB value is (233,220,241). Sum of RGB (Red+Green+Blue) = 233+220+241=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF1 is #16230E. Grayscale: #E2E2E2. Windows color (decimal): -1450767 or 15850729. OLE color: 15850729.

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

Color convert

RGB233220241-
CMYK0.030.0900.05
HSL277.14º42.86%90.39%-
HSV(B)277.14º8.71%94.51%-
XYZ75.0774.8693.71-
YUV226.28136.31132.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.57%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=33.57%
G=31.70%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332202410.030.0900.05277.1442.8690.39
HexE9DCF139051152b5a
Octal3513343613110542553132
Binary11101001110111001111000111100101011000101011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCF1; }

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

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

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

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

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

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

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

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