Html Css Color HEX #EED8F3 Selago

📋 copy color: '#EED8F3'

red 238 ◦ green 216 ◦ blue 243

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

Shades of Selago #EED8F3

Tints of Selago #EED8F3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.99%

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

R = 34.15%
G = 30.99%
B = 34.86%

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

#EED8F3 (or 0xEED8F3) is known color: Selago. HEX triplet: EE, D8 and F3. RGB value is (238,216,243). Sum of RGB (Red+Green+Blue) = 238+216+243=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8F3 is #11270C. Grayscale: #E1E1E1. Windows color (decimal): -1124109 or 15980782. OLE color: 15980782.

HSL color Cylindrical-coordinate representation of color #EED8F3: hue angle of 288.89º degrees, saturation: 0.53, 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 #EED8F3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 216 243 -
CMYK 0.02 0.11 0 0.05
HSL 288.89º 0.53% 0.9% -
HSV(B) 288.89º 0.11% 0.95% -
XYZ 75.99 73.76 95.03 -
YUV 225.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 238 216 243 0.02 0.11 0 0.05 288.89 0.53 0.9
Hex EE D8 F3 2 B 0 5 121 35 5A
Octal 356 330 363 2 13 0 5 441 65 132
Binary 11101110 11011000 11110011 10 1011 0 101 100100001 110101 1011010

Color Harmonies of #EED8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8F3

Black with #EED8F3

Text Example


Text Example

White with #EED8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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