#E7DCF2

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

Shades of Blue Chalk #E7DCF2

Tints of Blue Chalk #E7DCF2

Color information

#E7DCF2 (or 0xE7DCF2) is unknown color: approx Blue Chalk. HEX triplet: E7, DC and F2. RGB value is (231,220,242). Sum of RGB (Red+Green+Blue) = 231+220+242=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF2 is #18230D. Grayscale: #E1E1E1. Windows color (decimal): -1581838 or 15916263. OLE color: 15916263.

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

Color convert

RGB231220242-
CMYK0.050.0900.05
HSL270º45.83%90.59%-
HSV(B)270º9.09%94.9%-
XYZ74.5874.5994.47-
YUV225.8137.14131.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 242 (94.92% from 255) = 34.92%
R=33.33%
G=31.75%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312202420.050.0900.0527045.8390.59
HexE7DCF2590510e2e5b
Octal3473343625110541656133
Binary111001111101110011110010101100101011000011101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCF2; }

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

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

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

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

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

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

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

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