Html Css Color HEX #E9DFEA Selago

📋 copy color: '#E9DFEA'

red 233 ◦ green 223 ◦ blue 234

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

Shades of Selago #E9DFEA

Tints of Selago #E9DFEA

RGB

 RED value IS 233 (91.41% from 255) = 33.77%

 GREEN value IS 223 (87.5% from 255) = 32.32%

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

R = 33.77%
G = 32.32%
B = 33.91%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9DFEA (or 0xE9DFEA) is known color: Selago. HEX triplet: E9, DF and EA. RGB value is (233,223,234). Sum of RGB (Red+Green+Blue) = 233+223+234=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFEA is #162015. Grayscale: #E3E3E3. Windows color (decimal): -1450006 or 15392745. OLE color: 15392745.

HSL color Cylindrical-coordinate representation of color #E9DFEA: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DFEA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 223 234 -
CMYK 0.00 0.05 0 0.08
HSL 294.55º 0.21% 0.9% -
HSV(B) 294.55º 0.05% 0.92% -
XYZ 74.84 76.04 88.57 -
YUV 227.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 233 223 234 0.00 0.05 0 0.08 294.55 0.21 0.9
Hex E9 DF EA 0 5 0 8 127 15 5A
Octal 351 337 352 0 5 0 10 447 25 132
Binary 11101001 11011111 11101010 0 101 0 1000 100100111 10101 1011010

Color Harmonies of #E9DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DFEA

Black with #E9DFEA

Text Example


Text Example

White with #E9DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DFEA; }

 p { color: rgb(233,223,234); }

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

background-color css

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

 a { background-color: rgb(233,223,234); }

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

border-color css

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

 span { border-color: rgb(233,223,234); }

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