Html Css Color HEX #EED9F1 Selago

📋 copy color: '#EED9F1'

red 238 ◦ green 217 ◦ blue 241

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

Shades of Selago #EED9F1

Tints of Selago #EED9F1

RGB

 RED value IS 238 (93.36% from 255) = 34.2%

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

 BLUE value IS 241 (94.53% from 255) = 34.63%

R = 34.2%
G = 31.18%
B = 34.63%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED9F1 (or 0xEED9F1) is known color: Selago. HEX triplet: EE, D9 and F1. RGB value is (238,217,241). Sum of RGB (Red+Green+Blue) = 238+217+241=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F1 is #11260E. Grayscale: #E1E1E1. Windows color (decimal): -1123855 or 15849966. OLE color: 15849966.

HSL color Cylindrical-coordinate representation of color #EED9F1: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED9F1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 217 241 -
CMYK 0.01 0.10 0 0.05
HSL 292.5º 0.46% 0.9% -
HSV(B) 292.5º 0.1% 0.95% -
XYZ 75.95 74.15 93.53 -
YUV 226.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 238 217 241 0.01 0.10 0 0.05 292.5 0.46 0.9
Hex EE D9 F1 1 A 0 5 124 2E 5A
Octal 356 331 361 1 12 0 5 444 56 132
Binary 11101110 11011001 11110001 1 1010 0 101 100100100 101110 1011010

Color Harmonies of #EED9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9F1

Black with #EED9F1

Text Example


Text Example

White with #EED9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9F1; }

 p { color: rgb(238,217,241); }

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

background-color css

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

 a { background-color: rgb(238,217,241); }

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

border-color css

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

 span { border-color: rgb(238,217,241); }

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