Html Css Color HEX #E8DAEB Selago

📋 copy color: '#E8DAEB'

red 232 ◦ green 218 ◦ blue 235

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

Shades of Selago #E8DAEB

Tints of Selago #E8DAEB

RGB

 RED value IS 232 (91.02% from 255) = 33.87%

 GREEN value IS 218 (85.55% from 255) = 31.82%

 BLUE value IS 235 (92.19% 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

#E8DAEB (or 0xE8DAEB) is known color: Selago. HEX triplet: E8, DA and EB. RGB value is (232,218,235). Sum of RGB (Red+Green+Blue) = 232+218+235=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8DAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAEB is #172514. Grayscale: #E0E0E0. Windows color (decimal): -1516821 or 15457000. OLE color: 15457000.

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

Color convert

RGB 232 218 235 -
CMYK 0.01 0.07 0 0.08
HSL 289.41º 0.3% 0.89% -
HSV(B) 289.41º 0.07% 0.92% -
XYZ 73.35 73.3 88.88 -
YUV 224.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 232 218 235 0.01 0.07 0 0.08 289.41 0.3 0.89
Hex E8 DA EB 1 7 0 8 121 1E 59
Octal 350 332 353 1 7 0 10 441 36 131
Binary 11101000 11011010 11101011 1 111 0 1000 100100001 11110 1011001

Color Harmonies of #E8DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DAEB

Black with #E8DAEB

Text Example


Text Example

White with #E8DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DAEB; }

 p { color: rgb(232,218,235); }

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

background-color css

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

 a { background-color: rgb(232,218,235); }

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

border-color css

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

 span { border-color: rgb(232,218,235); }

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