Html Css Color HEX #EED9F3 Selago

📋 copy color: '#EED9F3'

red 238 ◦ green 217 ◦ blue 243

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

Shades of Selago #EED9F3

Tints of Selago #EED9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.81%

R = 34.1%
G = 31.09%
B = 34.81%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED9F3 (or 0xEED9F3) is known color: Selago. HEX triplet: EE, D9 and F3. RGB value is (238,217,243). Sum of RGB (Red+Green+Blue) = 238+217+243=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F3 is #11260C. Grayscale: #E2E2E2. Windows color (decimal): -1123853 or 15981038. OLE color: 15981038.

HSL color Cylindrical-coordinate representation of color #EED9F3: hue angle of 288.46º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED9F3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 217 243 -
CMYK 0.02 0.11 0 0.05
HSL 288.46º 0.52% 0.9% -
HSV(B) 288.46º 0.11% 0.95% -
XYZ 76.25 74.27 95.11 -
YUV 226.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 238 217 243 0.02 0.11 0 0.05 288.46 0.52 0.9
Hex EE D9 F3 2 B 0 5 120 34 5A
Octal 356 331 363 2 13 0 5 440 64 132
Binary 11101110 11011001 11110011 10 1011 0 101 100100000 110100 1011010

Color Harmonies of #EED9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9F3

Black with #EED9F3

Text Example


Text Example

White with #EED9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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