#E7D6EB

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

Shades of Selago #E7D6EB

Tints of Selago #E7D6EB

Color information

#E7D6EB (or 0xE7D6EB) is unknown color: approx Selago. HEX triplet: E7, D6 and EB. RGB value is (231,214,235). Sum of RGB (Red+Green+Blue) = 231+214+235=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6EB is #182914. Grayscale: #DDDDDD. Windows color (decimal): -1583381 or 15455975. OLE color: 15455975.

HSL color Cylindrical-coordinate representation of color #E7D6EB: hue angle of 288.57º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D6EB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231214235-
CMYK0.020.0900.08
HSL288.57º34.43%88.04%-
HSV(B)288.57º8.94%92.16%-
XYZ7271.0888.52-
YUV221.48135.63134.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.97%
GREEN value IS 214 (83.98% from 255) = 31.47%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=33.97%
G=31.47%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312142350.020.0900.08288.5734.4388.04
HexE7D6EB29081212258
Octal34732635321101044142130
Binary111001111101011011101011101001010001001000011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6EB; }

 p { color: rgb(231,214,235); }

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

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

 a { background-color: rgb(231,214,235); }

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

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

 span { border-color: rgb(231,214,235); }

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