Html Css Color HEX #E7D9EA Selago

📋 copy color: '#E7D9EA'

red 231 ◦ green 217 ◦ blue 234

#E7D9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #E7D9EA

Tints of Selago #E7D9EA

RGB

 RED value IS 231 (90.63% from 255) = 33.87%

 GREEN value IS 217 (85.16% from 255) = 31.82%

 BLUE value IS 234 (91.8% from 255) = 34.31%

R = 33.87%
G = 31.82%
B = 34.31%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7D9EA (or 0xE7D9EA) is known color: Selago. HEX triplet: E7, D9 and EA. RGB value is (231,217,234). Sum of RGB (Red+Green+Blue) = 231+217+234=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9EA is #182615. Grayscale: #DFDFDF. Windows color (decimal): -1582614 or 15391207. OLE color: 15391207.

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

Color convert

RGB 231 217 234 -
CMYK 0.01 0.07 0 0.08
HSL 289.41º 0.29% 0.88% -
HSV(B) 289.41º 0.07% 0.92% -
XYZ 72.62 72.56 88.02 -
YUV 223.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 231 217 234 0.01 0.07 0 0.08 289.41 0.29 0.88
Hex E7 D9 EA 1 7 0 8 121 1D 58
Octal 347 331 352 1 7 0 10 441 35 130
Binary 11100111 11011001 11101010 1 111 0 1000 100100001 11101 1011000

Color Harmonies of #E7D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D9EA

Black with #E7D9EA

Text Example


Text Example

White with #E7D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D9EA; }

 p { color: rgb(231,217,234); }

 H1.HeaderClassName
 {
   color: #E7D9EA;
 }
 .AnyTagClassName
 {
   color: #E7D9EA;
 }
</style>

background-color css

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

 a { background-color: rgb(231,217,234); }

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

border-color css

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

 span { border-color: rgb(231,217,234); }

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