#E7DCE8

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

Shades of Selago #E7DCE8

Tints of Selago #E7DCE8

Color information

#E7DCE8 (or 0xE7DCE8) is unknown color: approx Selago. HEX triplet: E7, DC and E8. RGB value is (231,220,232). Sum of RGB (Red+Green+Blue) = 231+220+232=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7DCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCE8 is #182317. Grayscale: #E0E0E0. Windows color (decimal): -1581848 or 15260903. OLE color: 15260903.

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

Color convert

RGB231220232-
CMYK0.000.0500.09
HSL295º20.69%88.63%-
HSV(B)295º5.17%90.98%-
XYZ73.117486.77-
YUV224.66132.14132.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=33.82%
G=32.21%
B=33.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312202320.000.0500.0929520.6988.63
HexE7DCE805091271559
Octal3473343500501144725131
Binary111001111101110011101000010101001100100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCE8; }

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

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

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

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

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

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

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

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