Html Css Color HEX #E8DDEA Selago

📋 copy color: '#E8DDEA'

red 232 ◦ green 221 ◦ blue 234

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

Shades of Selago #E8DDEA

Tints of Selago #E8DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.17%

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

R = 33.77%
G = 32.17%
B = 34.06%

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

#E8DDEA (or 0xE8DDEA) is known color: Selago. HEX triplet: E8, DD and EA. RGB value is (232,221,234). Sum of RGB (Red+Green+Blue) = 232+221+234=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDEA is #172215. Grayscale: #E1E1E1. Windows color (decimal): -1516054 or 15392232. OLE color: 15392232.

HSL color Cylindrical-coordinate representation of color #E8DDEA: hue angle of 290.77º degrees, saturation: 0.24, 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 #E8DDEA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 221 234 -
CMYK 0.01 0.06 0 0.08
HSL 290.77º 0.24% 0.89% -
HSV(B) 290.77º 0.06% 0.92% -
XYZ 73.99 74.81 88.38 -
YUV 225.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 232 221 234 0.01 0.06 0 0.08 290.77 0.24 0.89
Hex E8 DD EA 1 6 0 8 123 18 59
Octal 350 335 352 1 6 0 10 443 30 131
Binary 11101000 11011101 11101010 1 110 0 1000 100100011 11000 1011001

Color Harmonies of #E8DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDEA

Black with #E8DDEA

Text Example


Text Example

White with #E8DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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