Html Css Color HEX #E9DEEA Selago

📋 copy color: '#E9DEEA'

red 233 ◦ green 222 ◦ blue 234

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

Shades of Selago #E9DEEA

Tints of Selago #E9DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.22%

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

R = 33.82%
G = 32.22%
B = 33.96%

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

#E9DEEA (or 0xE9DEEA) is known color: Selago. HEX triplet: E9, DE and EA. RGB value is (233,222,234). Sum of RGB (Red+Green+Blue) = 233+222+234=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9DEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEEA is #162115. Grayscale: #E2E2E2. Windows color (decimal): -1450262 or 15392489. OLE color: 15392489.

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

Color convert

RGB 233 222 234 -
CMYK 0.00 0.05 0 0.08
HSL 295º 0.22% 0.89% -
HSV(B) 295º 0.05% 0.92% -
XYZ 74.58 75.51 88.49 -
YUV 226.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 233 222 234 0.00 0.05 0 0.08 295 0.22 0.89
Hex E9 DE EA 0 5 0 8 127 16 59
Octal 351 336 352 0 5 0 10 447 26 131
Binary 11101001 11011110 11101010 0 101 0 1000 100100111 10110 1011001

Color Harmonies of #E9DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DEEA

Black with #E9DEEA

Text Example


Text Example

White with #E9DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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