Html Css Color HEX #EFE8EF Selago

📋 copy color: '#EFE8EF'

red 239 ◦ green 232 ◦ blue 239

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

Shades of Selago #EFE8EF

Tints of Selago #EFE8EF

RGB

 RED value IS 239 (93.75% from 255) = 33.66%

 GREEN value IS 232 (91.02% from 255) = 32.68%

 BLUE value IS 239 (93.75% from 255) = 33.66%

R = 33.66%
G = 32.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFE8EF (or 0xEFE8EF) is known color: Selago. HEX triplet: EF, E8 and EF. RGB value is (239,232,239). Sum of RGB (Red+Green+Blue) = 239+232+239=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EF is #101710. Grayscale: #EAEAEA. Windows color (decimal): -1054481 or 15722735. OLE color: 15722735.

HSL color Cylindrical-coordinate representation of color #EFE8EF: hue angle of 300º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE8EF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 239 -
CMYK 0 0.03 0 0.06
HSL 300º 0.18% 0.92% -
HSV(B) 300º 0.03% 0.94% -
XYZ 80.03 82.3 93.33 -
YUV 234.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 239 232 239 0 0.03 0 0.06 300 0.18 0.92
Hex EF E8 EF 0 3 0 6 12C 12 5C
Octal 357 350 357 0 3 0 6 454 22 134
Binary 11101111 11101000 11101111 0 11 0 110 100101100 10010 1011100

Color Harmonies of #EFE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8EF

Black with #EFE8EF

Text Example


Text Example

White with #EFE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8EF; }

 p { color: rgb(239,232,239); }

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

background-color css

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

 a { background-color: rgb(239,232,239); }

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

border-color css

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

 span { border-color: rgb(239,232,239); }

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