Html Css Color HEX #E8DBEA Selago

📋 copy color: '#E8DBEA'

red 232 ◦ green 219 ◦ blue 234

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

Shades of Selago #E8DBEA

Tints of Selago #E8DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.97%

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

R = 33.87%
G = 31.97%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8DBEA (or 0xE8DBEA) is known color: Selago. HEX triplet: E8, DB and EA. RGB value is (232,219,234). Sum of RGB (Red+Green+Blue) = 232+219+234=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBEA is #172415. Grayscale: #E0E0E0. Windows color (decimal): -1516566 or 15391720. OLE color: 15391720.

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

Color convert

RGB 232 219 234 -
CMYK 0.01 0.06 0 0.08
HSL 292º 0.26% 0.89% -
HSV(B) 292º 0.06% 0.92% -
XYZ 73.46 73.76 88.21 -
YUV 224.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 232 219 234 0.01 0.06 0 0.08 292 0.26 0.89
Hex E8 DB EA 1 6 0 8 124 1A 59
Octal 350 333 352 1 6 0 10 444 32 131
Binary 11101000 11011011 11101010 1 110 0 1000 100100100 11010 1011001

Color Harmonies of #E8DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DBEA

Black with #E8DBEA

Text Example


Text Example

White with #E8DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DBEA; }

 p { color: rgb(232,219,234); }

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

background-color css

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

 a { background-color: rgb(232,219,234); }

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

border-color css

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

 span { border-color: rgb(232,219,234); }

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