#E8DCF2

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

Shades of Blue Chalk #E8DCF2

Tints of Blue Chalk #E8DCF2

Color information

#E8DCF2 (or 0xE8DCF2) is unknown color: approx Blue Chalk. HEX triplet: E8, DC and F2. RGB value is (232,220,242). Sum of RGB (Red+Green+Blue) = 232+220+242=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCF2 is #17230D. Grayscale: #E2E2E2. Windows color (decimal): -1516302 or 15916264. OLE color: 15916264.

HSL color Cylindrical-coordinate representation of color #E8DCF2: hue angle of 272.73º degrees, saturation: 0.46, 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 #E8DCF2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232220242-
CMYK0.040.0900.05
HSL272.73º45.83%90.59%-
HSV(B)272.73º9.09%94.9%-
XYZ74.974.7594.49-
YUV226.1136.98132.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.43%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=33.43%
G=31.70%
B=34.87%

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
Decimal2322202420.040.0900.05272.7345.8390.59
HexE8DCF249051112e5b
Octal3503343624110542156133
Binary111010001101110011110010100100101011000100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCF2; }

 p { color: rgb(232,220,242); }

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

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

 a { background-color: rgb(232,220,242); }

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

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

 span { border-color: rgb(232,220,242); }

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