Html Css Color HEX #E9D9ED Selago

📋 copy color: '#E9D9ED'

red 233 ◦ green 217 ◦ blue 237

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

Shades of Selago #E9D9ED

Tints of Selago #E9D9ED

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.59%

 BLUE value IS 237 (92.97% from 255) = 34.5%

R = 33.92%
G = 31.59%
B = 34.5%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E9D9ED (or 0xE9D9ED) is known color: Selago. HEX triplet: E9, D9 and ED. RGB value is (233,217,237). Sum of RGB (Red+Green+Blue) = 233+217+237=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9ED is #162612. Grayscale: #E0E0E0. Windows color (decimal): -1451539 or 15587817. OLE color: 15587817.

HSL color Cylindrical-coordinate representation of color #E9D9ED: hue angle of 288º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D9ED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 217 237 -
CMYK 0.02 0.08 0 0.07
HSL 288º 0.36% 0.89% -
HSV(B) 288º 0.08% 0.93% -
XYZ 73.7 73.06 90.34 -
YUV 224.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 233 217 237 0.02 0.08 0 0.07 288 0.36 0.89
Hex E9 D9 ED 2 8 0 7 120 24 59
Octal 351 331 355 2 10 0 7 440 44 131
Binary 11101001 11011001 11101101 10 1000 0 111 100100000 100100 1011001

Color Harmonies of #E9D9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D9ED

Black with #E9D9ED

Text Example


Text Example

White with #E9D9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D9ED; }

 p { color: rgb(233,217,237); }

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

background-color css

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

 a { background-color: rgb(233,217,237); }

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

border-color css

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

 span { border-color: rgb(233,217,237); }

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