Html Css Color HEX #E9DCEA Selago

📋 copy color: '#E9DCEA'

red 233 ◦ green 220 ◦ blue 234

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

Shades of Selago #E9DCEA

Tints of Selago #E9DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.02%

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

R = 33.92%
G = 32.02%
B = 34.06%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9DCEA (or 0xE9DCEA) is known color: Selago. HEX triplet: E9, DC and EA. RGB value is (233,220,234). Sum of RGB (Red+Green+Blue) = 233+220+234=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 220 (86.33% from 255 or 32.02% 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 #E9DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEA is #162315. Grayscale: #E1E1E1. Windows color (decimal): -1450774 or 15391977. OLE color: 15391977.

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

Color convert

RGB 233 220 234 -
CMYK 0.00 0.06 0 0.08
HSL 295.71º 0.25% 0.89% -
HSV(B) 295.71º 0.06% 0.92% -
XYZ 74.05 74.45 88.31 -
YUV 225.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 233 220 234 0.00 0.06 0 0.08 295.71 0.25 0.89
Hex E9 DC EA 0 6 0 8 128 19 59
Octal 351 334 352 0 6 0 10 450 31 131
Binary 11101001 11011100 11101010 0 110 0 1000 100101000 11001 1011001

Color Harmonies of #E9DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCEA

Black with #E9DCEA

Text Example


Text Example

White with #E9DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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