Html Css Color HEX #EFEEEF Selago

📋 copy color: '#EFEEEF'

red 239 ◦ green 238 ◦ blue 239

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

Shades of Selago #EFEEEF

Tints of Selago #EFEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.24%

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

R = 33.38%
G = 33.24%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFEEEF (or 0xEFEEEF) is known color: Selago. HEX triplet: EF, EE and EF. RGB value is (239,238,239). Sum of RGB (Red+Green+Blue) = 239+238+239=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEEF is #101110. Grayscale: #EEEEEE. Windows color (decimal): -1052945 or 15724271. OLE color: 15724271.

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

Color convert

RGB 239 238 239 -
CMYK 0 0.00 0 0.06
HSL 300º 0.03% 0.94% -
HSV(B) 300º 0% 0.94% -
XYZ 81.75 85.73 93.9 -
YUV 238.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 239 238 239 0 0.00 0 0.06 300 0.03 0.94
Hex EF EE EF 0 0 0 6 12C 3 5E
Octal 357 356 357 0 0 0 6 454 3 136
Binary 11101111 11101110 11101111 0 0 0 110 100101100 11 1011110

Color Harmonies of #EFEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEEF

Black with #EFEEEF

Text Example


Text Example

White with #EFEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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